#30576A

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

Shades of Chathams Blue #30576A

Tints of Chathams Blue #30576A

Color information

#30576A (or 0x30576A) is unknown color: approx Chathams Blue. HEX triplet: 30, 57 and 6A. RGB value is (48,87,106). Sum of RGB (Red+Green+Blue) = 48+87+106=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #30576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30576A is #CFA895. Grayscale: #4D4D4D. Windows color (decimal): -13609110 or 6969136. OLE color: 6969136.

HSL color Cylindrical-coordinate representation of color #30576A: hue angle of 199.66º 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 #30576A is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4887106-
CMYK0.550.1800.58
HSL199.66º37.66%30.2%-
HSV(B)199.66º54.72%41.57%-
XYZ7.238.4914.89-
YUV77.5144.08106.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=19.92%
G=36.10%
B=43.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48871060.550.1800.58199.6637.6630.2
Hex30576A371203Ac8261e
Octal6012715267220723104636
Binary110000101011111010101101111001001110101100100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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