#396277

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

Shades of Blumine #396277

Tints of Blumine #396277

Color information

#396277 (or 0x396277) is unknown color: approx Blumine. HEX triplet: 39, 62 and 77. RGB value is (57,98,119). Sum of RGB (Red+Green+Blue) = 57+98+119=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #396277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396277 is #C69D88. Grayscale: #585858. Windows color (decimal): -13016457 or 7823929. OLE color: 7823929.

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

Color convert

RGB5798119-
CMYK0.520.1800.53
HSL200.32º35.23%34.51%-
HSV(B)200.32º52.1%46.67%-
XYZ9.3810.9419.07-
YUV88.14145.42105.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=20.80%
G=35.77%
B=43.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57981190.520.1800.53200.3235.2334.51
Hex3962773412035c82323
Octal7114216764220653104343
Binary1110011100010111011111010010010011010111001000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396277; }

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

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

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

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

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

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

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

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