Html Css Color HEX #376777 Blumine

📋 copy color: '#376777'

red 55 ◦ green 103 ◦ blue 119

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

Shades of Blumine #376777

Tints of Blumine #376777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 19.86%
G = 37.18%
B = 42.96%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376777 (or 0x376777) is known color: Blumine. HEX triplet: 37, 67 and 77. RGB value is (55,103,119). Sum of RGB (Red+Green+Blue) = 55+103+119=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #376777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376777 is #C89888. Grayscale: #5A5A5A. Windows color (decimal): -13146249 or 7825207. OLE color: 7825207.

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

Color convert

RGB 55 103 119 -
CMYK 0.54 0.13 0 0.53
HSL 195º 0.37% 0.34% -
HSV(B) 195º 0.54% 0.47% -
XYZ 9.76 11.84 19.22 -
YUV 90.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 55 103 119 0.54 0.13 0 0.53 195 0.37 0.34
Hex 37 67 77 36 D 0 35 C3 25 22
Octal 67 147 167 66 15 0 65 303 45 42
Binary 110111 1100111 1110111 110110 1101 0 110101 11000011 100101 100010

Color Harmonies of #376777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376777

Black with #376777

Text Example


Text Example

White with #376777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376777; }

 p { color: rgb(55,103,119); }

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

background-color css

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

 a { background-color: rgb(55,103,119); }

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

border-color css

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

 span { border-color: rgb(55,103,119); }

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