#335952

Color #335952 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #335952

Tints of Blue Dianne #335952

Color information

#335952 (or 0x335952) is unknown color: approx Blue Dianne. HEX triplet: 33, 59 and 52. RGB value is (51,89,82). Sum of RGB (Red+Green+Blue) = 51+89+82=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #335952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335952 is #CCA6AD. Grayscale: #4C4C4C. Windows color (decimal): -13412014 or 5396787. OLE color: 5396787.

HSL color Cylindrical-coordinate representation of color #335952: hue angle of 168.95º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335952 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB518982-
CMYK0.4300.080.65
HSL168.95º27.14%27.45%-
HSV(B)168.95º42.7%34.9%-
XYZ6.468.469.27-
YUV76.84130.91109.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=22.97%
G=40.09%
B=36.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189820.4300.080.65168.9527.1427.45
Hex3359522B0841a91b1b
Octal63131122530101012513333
Binary11001110110011010010101011010001000001101010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335952; }

 p { color: rgb(51,89,82); }

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

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

 a { background-color: rgb(51,89,82); }

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

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

 span { border-color: rgb(51,89,82); }

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