#35596F

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

Shades of Blumine #35596F

Tints of Blumine #35596F

Color information

#35596F (or 0x35596F) is unknown color: approx Blumine. HEX triplet: 35, 59 and 6F. RGB value is (53,89,111). Sum of RGB (Red+Green+Blue) = 53+89+111=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #35596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35596F is #CAA690. Grayscale: #505050. Windows color (decimal): -13280913 or 7297333. OLE color: 7297333.

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

Color convert

RGB5389111-
CMYK0.520.2000.56
HSL202.76º35.37%32.16%-
HSV(B)202.76º52.25%43.53%-
XYZ7.919.0516.37-
YUV80.74145.07108.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=20.95%
G=35.18%
B=43.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53891110.520.2000.56202.7635.3732.16
Hex35596F3414038cb2320
Octal6513115764240703134340
Binary1101011011001110111111010010100011100011001011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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