#22516C

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

Shades of Chathams Blue #22516C

Tints of Chathams Blue #22516C

Color information

#22516C (or 0x22516C) is unknown color: approx Chathams Blue. HEX triplet: 22, 51 and 6C. RGB value is (34,81,108). Sum of RGB (Red+Green+Blue) = 34+81+108=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #22516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22516C is #DDAE93. Grayscale: #454545. Windows color (decimal): -14528148 or 7098658. OLE color: 7098658.

HSL color Cylindrical-coordinate representation of color #22516C: hue angle of 201.89º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22516C is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3481108-
CMYK0.690.2500.58
HSL201.89º52.11%27.84%-
HSV(B)201.89º68.52%42.35%-
XYZ6.317.3115.27-
YUV70.02149.43102.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=15.25%
G=36.32%
B=48.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34811080.690.2500.58201.8952.1127.84
Hex22516C451903Aca341c
Octal42121154105310723126434
Binary1000101010001110110010001011100101110101100101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22516C; }

 p { color: rgb(34,81,108); }

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

<style>
 a { background-color: #22516C; }

 a { background-color: rgb(34,81,108); }

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

<style>
 span { border-color: #22516C; }

 span { border-color: rgb(34,81,108); }

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