#33524B

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

Shades of Blue Dianne #33524B

Tints of Blue Dianne #33524B

Color information

#33524B (or 0x33524B) is unknown color: approx Blue Dianne. HEX triplet: 33, 52 and 4B. RGB value is (51,82,75). Sum of RGB (Red+Green+Blue) = 51+82+75=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #33524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33524B is #CCADB4. Grayscale: #474747. Windows color (decimal): -13413813 or 4936243. OLE color: 4936243.

HSL color Cylindrical-coordinate representation of color #33524B: hue angle of 166.45º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33524B is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB518275-
CMYK0.3800.090.68
HSL166.45º23.31%26.08%-
HSV(B)166.45º37.8%32.16%-
XYZ5.657.257.76-
YUV71.93129.73113.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=24.52%
G=39.42%
B=36.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5182750.3800.090.68166.4523.3126.08
Hex33524B260944a6171a
Octal63122113460111042462732
Binary11001110100101001011100110010011000100101001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33524B; }

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

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

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

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

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

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

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

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