#30566D

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

Shades of Chathams Blue #30566D

Tints of Chathams Blue #30566D

Color information

#30566D (or 0x30566D) is unknown color: approx Chathams Blue. HEX triplet: 30, 56 and 6D. RGB value is (48,86,109). Sum of RGB (Red+Green+Blue) = 48+86+109=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #30566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566D is #CFA992. Grayscale: #4D4D4D. Windows color (decimal): -13609363 or 7165488. OLE color: 7165488.

HSL color Cylindrical-coordinate representation of color #30566D: hue angle of 202.62º 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 #30566D is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4886109-
CMYK0.560.2100.57
HSL202.62º38.85%30.78%-
HSV(B)202.62º55.96%42.75%-
XYZ7.318.3915.7-
YUV77.26145.91107.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=19.75%
G=35.39%
B=44.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48861090.560.2100.57202.6238.8530.78
Hex30566D3815039cb271f
Octal6012615570250713134737
Binary110000101011011011011110001010101110011100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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