Html Css Color HEX #376074 Blumine

📋 copy color: '#376074'

red 55 ◦ green 96 ◦ blue 116

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

Shades of Blumine #376074

Tints of Blumine #376074

RGB

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

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

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

R = 20.6%
G = 35.96%
B = 43.45%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376074 (or 0x376074) is known color: Blumine. HEX triplet: 37, 60 and 74. RGB value is (55,96,116). Sum of RGB (Red+Green+Blue) = 55+96+116=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #376074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376074 is #C89F8B. Grayscale: #555555. Windows color (decimal): -13148044 or 7626807. OLE color: 7626807.

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

Color convert

RGB 55 96 116 -
CMYK 0.53 0.17 0 0.55
HSL 199.67º 0.36% 0.34% -
HSV(B) 199.67º 0.53% 0.45% -
XYZ 8.91 10.44 18.07 -
YUV 86.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 55 96 116 0.53 0.17 0 0.55 199.67 0.36 0.34
Hex 37 60 74 35 11 0 37 C8 24 22
Octal 67 140 164 65 21 0 67 310 44 42
Binary 110111 1100000 1110100 110101 10001 0 110111 11001000 100100 100010

Color Harmonies of #376074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376074

Black with #376074

Text Example


Text Example

White with #376074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376074; }

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

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

background-color css

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

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

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

border-color css

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

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

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