#225567

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

Shades of Chathams Blue #225567

Tints of Chathams Blue #225567

Color information

#225567 (or 0x225567) is unknown color: approx Chathams Blue. HEX triplet: 22, 55 and 67. RGB value is (34,85,103). Sum of RGB (Red+Green+Blue) = 34+85+103=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #225567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225567 is #DDAA98. Grayscale: #474747. Windows color (decimal): -14527129 or 6772002. OLE color: 6772002.

HSL color Cylindrical-coordinate representation of color #225567: hue angle of 195.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225567 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3485103-
CMYK0.670.1700.60
HSL195.65º50.36%26.86%-
HSV(B)195.65º66.99%40.39%-
XYZ6.367.8214.01-
YUV71.8145.6101.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=15.32%
G=38.29%
B=46.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34851030.670.1700.60195.6550.3626.86
Hex225567431103Cc4321b
Octal42125147103210743046233
Binary1000101010101110011110000111000101111001100010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225567; }

 p { color: rgb(34,85,103); }

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

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

 a { background-color: rgb(34,85,103); }

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

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

 span { border-color: rgb(34,85,103); }

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