#22506B

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

Shades of Chathams Blue #22506B

Tints of Chathams Blue #22506B

Color information

#22506B (or 0x22506B) is unknown color: approx Chathams Blue. HEX triplet: 22, 50 and 6B. RGB value is (34,80,107). Sum of RGB (Red+Green+Blue) = 34+80+107=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #22506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22506B is #DDAF94. Grayscale: #454545. Windows color (decimal): -14528405 or 7032866. OLE color: 7032866.

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

Color convert

RGB3480107-
CMYK0.680.2500.58
HSL202.19º51.77%27.65%-
HSV(B)202.19º68.22%41.96%-
XYZ6.187.1414.96-
YUV69.32149.26102.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=15.38%
G=36.20%
B=48.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34801070.680.2500.58202.1951.7727.65
Hex22506B441903Aca341c
Octal42120153104310723126434
Binary1000101010000110101110001001100101110101100101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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