#35606C

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

Shades of Blumine #35606C

Tints of Blumine #35606C

Color information

#35606C (or 0x35606C) is unknown color: approx Blumine. HEX triplet: 35, 60 and 6C. RGB value is (53,96,108). Sum of RGB (Red+Green+Blue) = 53+96+108=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #35606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35606C is #CA9F93. Grayscale: #545454. Windows color (decimal): -13279124 or 7102517. OLE color: 7102517.

HSL color Cylindrical-coordinate representation of color #35606C: hue angle of 193.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35606C is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5396108-
CMYK0.510.1100.58
HSL193.09º34.16%31.57%-
HSV(B)193.09º50.93%42.35%-
XYZ8.3610.2115.72-
YUV84.51141.25105.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=20.62%
G=37.35%
B=42.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53961080.510.1100.58193.0934.1631.57
Hex35606C33B03Ac12220
Octal6514015463130723014240
Binary110101110000011011001100111011011101011000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35606C; }

 p { color: rgb(53,96,108); }

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

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

 a { background-color: rgb(53,96,108); }

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

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

 span { border-color: rgb(53,96,108); }

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