Html Css Color HEX #373269 Deep Koamaru

📋 copy color: '#373269'

red 55 ◦ green 50 ◦ blue 105

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

Shades of Deep Koamaru #373269

Tints of Deep Koamaru #373269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50%

R = 26.19%
G = 23.81%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#373269 (or 0x373269) is known color: Deep Koamaru. HEX triplet: 37, 32 and 69. RGB value is (55,50,105). Sum of RGB (Red+Green+Blue) = 55+50+105=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #373269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373269 is #C8CD96. Grayscale: #393939. Windows color (decimal): -13159831 or 6894135. OLE color: 6894135.

HSL color Cylindrical-coordinate representation of color #373269: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373269 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 50 105 -
CMYK 0.48 0.52 0 0.59
HSL 245.45º 0.35% 0.3% -
HSV(B) 245.45º 0.52% 0.41% -
XYZ 5.27 4.11 13.88 -
YUV 57.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 55 50 105 0.48 0.52 0 0.59 245.45 0.35 0.3
Hex 37 32 69 30 34 0 3B F5 23 1E
Octal 67 62 151 60 64 0 73 365 43 36
Binary 110111 110010 1101001 110000 110100 0 111011 11110101 100011 11110

Color Harmonies of #373269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373269

Black with #373269

Text Example


Text Example

White with #373269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373269; }

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

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

background-color css

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

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

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

border-color css

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

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

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