#35596D

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

Shades of Blumine #35596D

Tints of Blumine #35596D

Color information

#35596D (or 0x35596D) is unknown color: approx Blumine. HEX triplet: 35, 59 and 6D. RGB value is (53,89,109). Sum of RGB (Red+Green+Blue) = 53+89+109=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #35596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35596D is #CAA692. Grayscale: #505050. Windows color (decimal): -13280915 or 7166261. OLE color: 7166261.

HSL color Cylindrical-coordinate representation of color #35596D: hue angle of 201.43º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35596D is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5389109-
CMYK0.510.1800.57
HSL201.43º34.57%31.76%-
HSV(B)201.43º51.38%42.75%-
XYZ7.89.0115.8-
YUV80.52144.07108.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=21.12%
G=35.46%
B=43.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53891090.510.1800.57201.4334.5731.76
Hex35596D3312039c92320
Octal6513115563220713114340
Binary1101011011001110110111001110010011100111001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35596D; }

 p { color: rgb(53,89,109); }

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

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

 a { background-color: rgb(53,89,109); }

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

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

 span { border-color: rgb(53,89,109); }

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