#335A52

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

Shades of Blue Dianne #335A52

Tints of Blue Dianne #335A52

Color information

#335A52 (or 0x335A52) is unknown color: approx Blue Dianne. HEX triplet: 33, 5A and 52. RGB value is (51,90,82). Sum of RGB (Red+Green+Blue) = 51+90+82=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #335A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A52 is #CCA5AD. Grayscale: #4D4D4D. Windows color (decimal): -13411758 or 5397043. OLE color: 5397043.

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

Color convert

RGB519082-
CMYK0.4300.090.65
HSL167.69º27.66%27.65%-
HSV(B)167.69º43.33%35.29%-
XYZ6.548.639.3-
YUV77.43130.58109.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=22.87%
G=40.36%
B=36.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5190820.4300.090.65167.6927.6627.65
Hex335A522B0941a81c1c
Octal63132122530111012503434
Binary11001110110101010010101011010011000001101010001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335A52; }

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

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

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

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

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

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

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

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