Html Css Color HEX #372F73 Deep Koamaru

📋 copy color: '#372F73'

red 55 ◦ green 47 ◦ blue 115

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

Shades of Deep Koamaru #372F73

Tints of Deep Koamaru #372F73

RGB

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

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

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

R = 25.35%
G = 21.66%
B = 53%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372F73 (or 0x372F73) is known color: Deep Koamaru. HEX triplet: 37, 2F and 73. RGB value is (55,47,115). Sum of RGB (Red+Green+Blue) = 55+47+115=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #372F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F73 is #C8D08C. Grayscale: #383838. Windows color (decimal): -13160589 or 7548727. OLE color: 7548727.

HSL color Cylindrical-coordinate representation of color #372F73: hue angle of 247.06º 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 #372F73 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 47 115 -
CMYK 0.52 0.59 0 0.55
HSL 247.06º 0.42% 0.32% -
HSV(B) 247.06º 0.59% 0.45% -
XYZ 5.69 4.08 16.71 -
YUV 57.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 55 47 115 0.52 0.59 0 0.55 247.06 0.42 0.32
Hex 37 2F 73 34 3B 0 37 F7 2A 20
Octal 67 57 163 64 73 0 67 367 52 40
Binary 110111 101111 1110011 110100 111011 0 110111 11110111 101010 100000

Color Harmonies of #372F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F73

Black with #372F73

Text Example


Text Example

White with #372F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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