#376777

Color #376777 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #376777

Tints of Blumine #376777

Color information

#376777 (or 0x376777) is unknown color: approx 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

RGB55103119-
CMYK0.540.1300.53
HSL195º36.78%34.12%-
HSV(B)195º53.78%46.67%-
XYZ9.7611.8419.22-
YUV90.47144.1102.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551031190.540.1300.5319536.7834.12
Hex37677736D035c32522
Octal6714716766150653034542
Binary110111110011111101111101101101011010111000011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>