Html Css Color HEX #376076 Blumine

📋 copy color: '#376076'

red 55 ◦ green 96 ◦ blue 118

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

Shades of Blumine #376076

Tints of Blumine #376076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 20.45%
G = 35.69%
B = 43.87%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#376076 (or 0x376076) is known color: Blumine. HEX triplet: 37, 60 and 76. RGB value is (55,96,118). Sum of RGB (Red+Green+Blue) = 55+96+118=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #376076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376076 is #C89F89. Grayscale: #565656. Windows color (decimal): -13148042 or 7757879. OLE color: 7757879.

HSL color Cylindrical-coordinate representation of color #376076: hue angle of 200.95º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376076 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 96 118 -
CMYK 0.53 0.19 0 0.54
HSL 200.95º 0.36% 0.34% -
HSV(B) 200.95º 0.53% 0.46% -
XYZ 9.03 10.49 18.69 -
YUV 86.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 55 96 118 0.53 0.19 0 0.54 200.95 0.36 0.34
Hex 37 60 76 35 13 0 36 C9 24 22
Octal 67 140 166 65 23 0 66 311 44 42
Binary 110111 1100000 1110110 110101 10011 0 110110 11001001 100100 100010

Color Harmonies of #376076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376076

Black with #376076

Text Example


Text Example

White with #376076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376076; }

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

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

background-color css

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

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

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

border-color css

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

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

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