Html Css Color HEX #372F74 Deep Koamaru

📋 copy color: '#372F74'

red 55 ◦ green 47 ◦ blue 116

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

Shades of Deep Koamaru #372F74

Tints of Deep Koamaru #372F74

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 25.23%
G = 21.56%
B = 53.21%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372F74 (or 0x372F74) is known color: Deep Koamaru. HEX triplet: 37, 2F and 74. RGB value is (55,47,116). Sum of RGB (Red+Green+Blue) = 55+47+116=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #372F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F74 is #C8D08B. Grayscale: #383838. Windows color (decimal): -13160588 or 7614263. OLE color: 7614263.

HSL color Cylindrical-coordinate representation of color #372F74: hue angle of 246.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #372F74 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 47 116 -
CMYK 0.53 0.59 0 0.55
HSL 246.96º 0.42% 0.32% -
HSV(B) 246.96º 0.59% 0.45% -
XYZ 5.74 4.11 17.01 -
YUV 57.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 55 47 116 0.53 0.59 0 0.55 246.96 0.42 0.32
Hex 37 2F 74 35 3B 0 37 F7 2A 20
Octal 67 57 164 65 73 0 67 367 52 40
Binary 110111 101111 1110100 110101 111011 0 110111 11110111 101010 100000

Color Harmonies of #372F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F74

Black with #372F74

Text Example


Text Example

White with #372F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F74; }

 p { color: rgb(55,47,116); }

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

background-color css

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

 a { background-color: rgb(55,47,116); }

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

border-color css

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

 span { border-color: rgb(55,47,116); }

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