#30566F

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

Shades of Chathams Blue #30566F

Tints of Chathams Blue #30566F

Color information

#30566F (or 0x30566F) is unknown color: approx Chathams Blue. HEX triplet: 30, 56 and 6F. RGB value is (48,86,111). Sum of RGB (Red+Green+Blue) = 48+86+111=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #30566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566F is #CFA990. Grayscale: #4D4D4D. Windows color (decimal): -13609361 or 7296560. OLE color: 7296560.

HSL color Cylindrical-coordinate representation of color #30566F: hue angle of 203.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30566F is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4886111-
CMYK0.570.2300.56
HSL203.81º39.62%31.18%-
HSV(B)203.81º56.76%43.53%-
XYZ7.428.4316.28-
YUV77.49146.91106.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=19.59%
G=35.10%
B=45.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48861110.570.2300.56203.8139.6231.18
Hex30566F3917038cc281f
Octal6012615771270703145037
Binary110000101011011011111110011011101110001100110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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