#225369

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

Shades of Chathams Blue #225369

Tints of Chathams Blue #225369

Color information

#225369 (or 0x225369) is unknown color: approx Chathams Blue. HEX triplet: 22, 53 and 69. RGB value is (34,83,105). Sum of RGB (Red+Green+Blue) = 34+83+105=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #225369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225369 is #DDAC96. Grayscale: #464646. Windows color (decimal): -14527639 or 6902562. OLE color: 6902562.

HSL color Cylindrical-coordinate representation of color #225369: hue angle of 198.59º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225369 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3483105-
CMYK0.680.2100.59
HSL198.59º51.08%27.25%-
HSV(B)198.59º67.62%41.18%-
XYZ6.37.5514.49-
YUV70.86147.27101.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=15.32%
G=37.39%
B=47.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34831050.680.2100.59198.5951.0827.25
Hex225369441503Bc7331b
Octal42123151104250733076333
Binary1000101010011110100110001001010101110111100011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225369; }

 p { color: rgb(34,83,105); }

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

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

 a { background-color: rgb(34,83,105); }

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

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

 span { border-color: rgb(34,83,105); }

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