#22506D

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

Shades of Chathams Blue #22506D

Tints of Chathams Blue #22506D

Color information

#22506D (or 0x22506D) is unknown color: approx Chathams Blue. HEX triplet: 22, 50 and 6D. RGB value is (34,80,109). Sum of RGB (Red+Green+Blue) = 34+80+109=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #22506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22506D is #DDAF92. Grayscale: #454545. Windows color (decimal): -14528403 or 7163938. OLE color: 7163938.

HSL color Cylindrical-coordinate representation of color #22506D: hue angle of 203.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22506D is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3480109-
CMYK0.690.2700.57
HSL203.2º52.45%28.04%-
HSV(B)203.2º68.81%42.75%-
XYZ6.297.1815.52-
YUV69.55150.26102.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=15.25%
G=35.87%
B=48.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34801090.690.2700.57203.252.4528.04
Hex22506D451B039cb341c
Octal42120155105330713136434
Binary1000101010000110110110001011101101110011100101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22506D; }

 p { color: rgb(34,80,109); }

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

<style>
 a { background-color: #22506D; }

 a { background-color: rgb(34,80,109); }

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

<style>
 span { border-color: #22506D; }

 span { border-color: rgb(34,80,109); }

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