#376277

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

Shades of Blumine #376277

Tints of Blumine #376277

Color information

#376277 (or 0x376277) is unknown color: approx Blumine. HEX triplet: 37, 62 and 77. RGB value is (55,98,119). Sum of RGB (Red+Green+Blue) = 55+98+119=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #376277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376277 is #C89D88. Grayscale: #575757. Windows color (decimal): -13147529 or 7823927. OLE color: 7823927.

HSL color Cylindrical-coordinate representation of color #376277: hue angle of 199.69º 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 #376277 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5598119-
CMYK0.540.1800.53
HSL199.69º36.78%34.12%-
HSV(B)199.69º53.78%46.67%-
XYZ9.2710.8819.06-
YUV87.54145.75104.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=20.22%
G=36.03%
B=43.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55981190.540.1800.53199.6936.7834.12
Hex3762773612035c82522
Octal6714216766220653104542
Binary1101111100010111011111011010010011010111001000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376277; }

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

 H1.HeaderClassName
 {
   color: #376277;
 }
 .AnyTagClassName
 {
   color: #376277;
 }
</style>
background-color css

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

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

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

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

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

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