Html Css Color HEX #376472 Blumine

📋 copy color: '#376472'

red 55 ◦ green 100 ◦ blue 114

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

Shades of Blumine #376472

Tints of Blumine #376472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 114 (44.92% from 255) = 42.38%

R = 20.45%
G = 37.17%
B = 42.38%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376472 (or 0x376472) is known color: Blumine. HEX triplet: 37, 64 and 72. RGB value is (55,100,114). Sum of RGB (Red+Green+Blue) = 55+100+114=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #376472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376472 is #C89B8D. Grayscale: #585858. Windows color (decimal): -13147022 or 7496759. OLE color: 7496759.

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

Color convert

RGB 55 100 114 -
CMYK 0.52 0.12 0 0.55
HSL 194.24º 0.35% 0.33% -
HSV(B) 194.24º 0.52% 0.45% -
XYZ 9.17 11.14 17.59 -
YUV 88.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 55 100 114 0.52 0.12 0 0.55 194.24 0.35 0.33
Hex 37 64 72 34 C 0 37 C2 23 21
Octal 67 144 162 64 14 0 67 302 43 41
Binary 110111 1100100 1110010 110100 1100 0 110111 11000010 100011 100001

Color Harmonies of #376472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376472

Black with #376472

Text Example


Text Example

White with #376472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376472; }

 p { color: rgb(55,100,114); }

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

background-color css

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

 a { background-color: rgb(55,100,114); }

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

border-color css

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

 span { border-color: rgb(55,100,114); }

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