#30516A

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

Shades of Chathams Blue #30516A

Tints of Chathams Blue #30516A

Color information

#30516A (or 0x30516A) is unknown color: approx Chathams Blue. HEX triplet: 30, 51 and 6A. RGB value is (48,81,106). Sum of RGB (Red+Green+Blue) = 48+81+106=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #30516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30516A is #CFAE95. Grayscale: #494949. Windows color (decimal): -13610646 or 6967600. OLE color: 6967600.

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

Color convert

RGB4881106-
CMYK0.550.2400.58
HSL205.86º37.66%30.2%-
HSV(B)205.86º54.72%41.57%-
XYZ6.767.5514.74-
YUV73.98146.07109.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=20.43%
G=34.47%
B=45.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48811060.550.2400.58205.8637.6630.2
Hex30516A371803Ace261e
Octal6012115267300723164636
Binary110000101000111010101101111100001110101100111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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