#30566A

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

Shades of Chathams Blue #30566A

Tints of Chathams Blue #30566A

Color information

#30566A (or 0x30566A) is unknown color: approx Chathams Blue. HEX triplet: 30, 56 and 6A. RGB value is (48,86,106). Sum of RGB (Red+Green+Blue) = 48+86+106=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #30566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30566A is #CFA995. Grayscale: #4C4C4C. Windows color (decimal): -13609366 or 6968880. OLE color: 6968880.

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

Color convert

RGB4886106-
CMYK0.550.1900.58
HSL200.69º37.66%30.2%-
HSV(B)200.69º54.72%41.57%-
XYZ7.158.3214.87-
YUV76.92144.41107.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=20%
G=35.83%
B=44.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48861060.550.1900.58200.6937.6630.2
Hex30566A371303Ac9261e
Octal6012615267230723114636
Binary110000101011011010101101111001101110101100100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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