#396677

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

Shades of Blumine #396677

Tints of Blumine #396677

Color information

#396677 (or 0x396677) is unknown color: approx Blumine. HEX triplet: 39, 66 and 77. RGB value is (57,102,119). Sum of RGB (Red+Green+Blue) = 57+102+119=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #396677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396677 is #C69988. Grayscale: #5A5A5A. Windows color (decimal): -13015433 or 7824953. OLE color: 7824953.

HSL color Cylindrical-coordinate representation of color #396677: hue angle of 196.45º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396677 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57102119-
CMYK0.520.1400.53
HSL196.45º35.23%34.51%-
HSV(B)196.45º52.1%46.67%-
XYZ9.7711.719.2-
YUV90.48144.09104.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=20.50%
G=36.69%
B=42.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571021190.520.1400.53196.4535.2334.51
Hex39667734E035c42323
Octal7114616764160653044343
Binary111001110011011101111101001110011010111000100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396677; }

 p { color: rgb(57,102,119); }

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

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

 a { background-color: rgb(57,102,119); }

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

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

 span { border-color: rgb(57,102,119); }

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