#30566c

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

Shades of Chathams Blue #30566C

Tints of Chathams Blue #30566C

Color information

#30566C (or 0x30566C) is unknown color: approx Chathams Blue. HEX triplet: 30, 56 and 6C. RGB value is (48,86,108). Sum of RGB (Red+Green+Blue) = 48+86+108=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #30566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566C is #CFA993. Grayscale: #4D4D4D. Windows color (decimal): -13609364 or 7099952. OLE color: 7099952.

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

Color convert

RGB4886108-
CMYK0.560.2000.58
HSL202º38.46%30.59%-
HSV(B)202º55.56%42.35%-
XYZ7.258.3715.42-
YUV77.15145.41107.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=19.83%
G=35.54%
B=44.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48861080.560.2000.5820238.4630.59
Hex30566C381403Aca261f
Octal6012615470240723124637
Binary110000101011011011001110001010001110101100101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30566c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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