Html Css Color HEX #373273 Deep Koamaru

📋 copy color: '#373273'

red 55 ◦ green 50 ◦ blue 115

#373273
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #373273

Tints of Deep Koamaru #373273

RGB

 RED value IS 55 (21.88% from 255) = 25%

 GREEN value IS 50 (19.92% from 255) = 22.73%

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 25%
G = 22.73%
B = 52.27%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#373273 (or 0x373273) is known color: Deep Koamaru. HEX triplet: 37, 32 and 73. RGB value is (55,50,115). Sum of RGB (Red+Green+Blue) = 55+50+115=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #373273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373273 is #C8CD8C. Grayscale: #3A3A3A. Windows color (decimal): -13159821 or 7549495. OLE color: 7549495.

HSL color Cylindrical-coordinate representation of color #373273: hue angle of 244.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373273 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 50 115 -
CMYK 0.52 0.57 0 0.55
HSL 244.62º 0.39% 0.32% -
HSV(B) 244.62º 0.57% 0.45% -
XYZ 5.81 4.33 16.75 -
YUV 58.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 55 50 115 0.52 0.57 0 0.55 244.62 0.39 0.32
Hex 37 32 73 34 39 0 37 F5 27 20
Octal 67 62 163 64 71 0 67 365 47 40
Binary 110111 110010 1110011 110100 111001 0 110111 11110101 100111 100000

Color Harmonies of #373273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373273

Black with #373273

Text Example


Text Example

White with #373273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373273; }

 p { color: rgb(55,50,115); }

 H1.HeaderClassName
 {
   color: #373273;
 }
 .AnyTagClassName
 {
   color: #373273;
 }
</style>

background-color css

<style>
 a { background-color: #373273; }

 a { background-color: rgb(55,50,115); }

 div.DivClassName
 {
   background-color: #373273;
 }
 .BgClassName
 {
   background-color: #373273;
 }
</style>

border-color css

<style>
 span { border-color: #373273; }

 span { border-color: rgb(55,50,115); }

 td.TdClassName
 {
   border-color: #373273;
 }
 .TagClassName
 {
   border-color: #373273;
 }
</style>