#30526D

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

Shades of Chathams Blue #30526D

Tints of Chathams Blue #30526D

Color information

#30526D (or 0x30526D) is unknown color: approx Chathams Blue. HEX triplet: 30, 52 and 6D. RGB value is (48,82,109). Sum of RGB (Red+Green+Blue) = 48+82+109=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #30526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30526D is #CFAD92. Grayscale: #4A4A4A. Windows color (decimal): -13610387 or 7164464. OLE color: 7164464.

HSL color Cylindrical-coordinate representation of color #30526D: hue angle of 206.56º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30526D is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4882109-
CMYK0.560.2500.57
HSL206.56º38.85%30.78%-
HSV(B)206.56º55.96%42.75%-
XYZ77.7715.6-
YUV74.91147.24108.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=20.08%
G=34.31%
B=45.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48821090.560.2500.57206.5638.8530.78
Hex30526D3819039cf271f
Octal6012215570310713174737
Binary110000101001011011011110001100101110011100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30526D; }

 p { color: rgb(48,82,109); }

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

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

 a { background-color: rgb(48,82,109); }

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

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

 span { border-color: rgb(48,82,109); }

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