#225A66

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

Shades of Chathams Blue #225A66

Tints of Chathams Blue #225A66

Color information

#225A66 (or 0x225A66) is unknown color: approx Chathams Blue. HEX triplet: 22, 5A and 66. RGB value is (34,90,102). Sum of RGB (Red+Green+Blue) = 34+90+102=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #225A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A66 is #DDA599. Grayscale: #4A4A4A. Windows color (decimal): -14525850 or 6707746. OLE color: 6707746.

HSL color Cylindrical-coordinate representation of color #225A66: hue angle of 190.59º 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 #225A66 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3490102-
CMYK0.670.1200.6
HSL190.59º50%26.67%-
HSV(B)190.59º66.67%40%-
XYZ6.718.6113.88-
YUV74.62143.4599.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=15.04%
G=39.82%
B=45.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34901020.670.1200.6190.595026.67
Hex225A6643C03Cbf321b
Octal42132146103140742776233
Binary100010101101011001101000011110001111001011111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225A66; }

 p { color: rgb(34,90,102); }

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

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

 a { background-color: rgb(34,90,102); }

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

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

 span { border-color: rgb(34,90,102); }

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