#35596E

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

Shades of Blumine #35596E

Tints of Blumine #35596E

Color information

#35596E (or 0x35596E) is unknown color: approx Blumine. HEX triplet: 35, 59 and 6E. RGB value is (53,89,110). Sum of RGB (Red+Green+Blue) = 53+89+110=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #35596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35596E is #CAA691. Grayscale: #505050. Windows color (decimal): -13280914 or 7231797. OLE color: 7231797.

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

Color convert

RGB5389110-
CMYK0.520.1900.57
HSL202.11º34.97%31.96%-
HSV(B)202.11º51.82%43.14%-
XYZ7.869.0316.08-
YUV80.63144.57108.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=21.03%
G=35.32%
B=43.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53891100.520.1900.57202.1134.9731.96
Hex35596E3413039ca2320
Octal6513115664230713124340
Binary1101011011001110111011010010011011100111001010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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