Html Css Color HEX #376072 Blumine

📋 copy color: '#376072'

red 55 ◦ green 96 ◦ blue 114

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

Shades of Blumine #376072

Tints of Blumine #376072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 20.75%
G = 36.23%
B = 43.02%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376072 (or 0x376072) is known color: Blumine. HEX triplet: 37, 60 and 72. RGB value is (55,96,114). Sum of RGB (Red+Green+Blue) = 55+96+114=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #376072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376072 is #C89F8D. Grayscale: #555555. Windows color (decimal): -13148046 or 7495735. OLE color: 7495735.

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

Color convert

RGB 55 96 114 -
CMYK 0.52 0.16 0 0.55
HSL 198.31º 0.35% 0.33% -
HSV(B) 198.31º 0.52% 0.45% -
XYZ 8.8 10.39 17.46 -
YUV 85.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 55 96 114 0.52 0.16 0 0.55 198.31 0.35 0.33
Hex 37 60 72 34 10 0 37 C6 23 21
Octal 67 140 162 64 20 0 67 306 43 41
Binary 110111 1100000 1110010 110100 10000 0 110111 11000110 100011 100001

Color Harmonies of #376072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376072

Black with #376072

Text Example


Text Example

White with #376072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376072; }

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

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

background-color css

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

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

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

border-color css

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

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

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