#22526F

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

Shades of Chathams Blue #22526F

Tints of Chathams Blue #22526F

Color information

#22526F (or 0x22526F) is unknown color: approx Chathams Blue. HEX triplet: 22, 52 and 6F. RGB value is (34,82,111). Sum of RGB (Red+Green+Blue) = 34+82+111=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #22526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22526F is #DDAD90. Grayscale: #464646. Windows color (decimal): -14527889 or 7295522. OLE color: 7295522.

HSL color Cylindrical-coordinate representation of color #22526F: hue angle of 202.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22526F is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3482111-
CMYK0.690.2600.56
HSL202.6º53.1%28.43%-
HSV(B)202.6º69.37%43.53%-
XYZ6.557.5216.15-
YUV70.95150.6101.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=14.98%
G=36.12%
B=48.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34821110.690.2600.56202.653.128.43
Hex22526F451A038cb351c
Octal42122157105320703136534
Binary1000101010010110111110001011101001110001100101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22526F; }

 p { color: rgb(34,82,111); }

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

<style>
 a { background-color: #22526F; }

 a { background-color: rgb(34,82,111); }

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

<style>
 span { border-color: #22526F; }

 span { border-color: rgb(34,82,111); }

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