#33526C

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

Shades of Chathams Blue #33526C

Tints of Chathams Blue #33526C

Color information

#33526C (or 0x33526C) is unknown color: approx Chathams Blue. HEX triplet: 33, 52 and 6C. RGB value is (51,82,108). Sum of RGB (Red+Green+Blue) = 51+82+108=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #33526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33526C is #CCAD93. Grayscale: #4B4B4B. Windows color (decimal): -13413780 or 7098931. OLE color: 7098931.

HSL color Cylindrical-coordinate representation of color #33526C: hue angle of 207.37º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33526C is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5182108-
CMYK0.530.2400.58
HSL207.37º35.85%31.18%-
HSV(B)207.37º52.78%42.35%-
XYZ7.097.8215.32-
YUV75.69146.23110.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=21.16%
G=34.02%
B=44.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51821080.530.2400.58207.3735.8531.18
Hex33526C351803Acf241f
Octal6312215465300723174437
Binary110011101001011011001101011100001110101100111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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