#30516B

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

Shades of Chathams Blue #30516B

Tints of Chathams Blue #30516B

Color information

#30516B (or 0x30516B) is unknown color: approx Chathams Blue. HEX triplet: 30, 51 and 6B. RGB value is (48,81,107). Sum of RGB (Red+Green+Blue) = 48+81+107=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #30516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30516B is #CFAE94. Grayscale: #494949. Windows color (decimal): -13610645 or 7033136. OLE color: 7033136.

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

Color convert

RGB4881107-
CMYK0.550.2400.58
HSL206.44º38.06%30.39%-
HSV(B)206.44º55.14%41.96%-
XYZ6.827.5715.01-
YUV74.1146.57109.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=20.34%
G=34.32%
B=45.34%

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
Decimal48811070.550.2400.58206.4438.0630.39
Hex30516B371803Ace261e
Octal6012115367300723164636
Binary110000101000111010111101111100001110101100111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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