#35606A

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

Shades of Blumine #35606A

Tints of Blumine #35606A

Color information

#35606A (or 0x35606A) is unknown color: approx Blumine. HEX triplet: 35, 60 and 6A. RGB value is (53,96,106). Sum of RGB (Red+Green+Blue) = 53+96+106=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #35606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35606A is #CA9F95. Grayscale: #545454. Windows color (decimal): -13279126 or 6971445. OLE color: 6971445.

HSL color Cylindrical-coordinate representation of color #35606A: hue angle of 191.32º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35606A is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5396106-
CMYK0.50.0900.58
HSL191.32º33.33%31.18%-
HSV(B)191.32º50%41.57%-
XYZ8.2510.1615.16-
YUV84.28140.25105.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=20.78%
G=37.65%
B=41.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53961060.50.0900.58191.3233.3331.18
Hex35606A32903Abf211f
Octal6514015262110722774137
Binary11010111000001101010110010100101110101011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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