#225967

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

Shades of Chathams Blue #225967

Tints of Chathams Blue #225967

Color information

#225967 (or 0x225967) is unknown color: approx Chathams Blue. HEX triplet: 22, 59 and 67. RGB value is (34,89,103). Sum of RGB (Red+Green+Blue) = 34+89+103=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #225967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225967 is #DDA698. Grayscale: #4A4A4A. Windows color (decimal): -14526105 or 6773026. OLE color: 6773026.

HSL color Cylindrical-coordinate representation of color #225967: hue angle of 192.17º 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 #225967 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3489103-
CMYK0.670.1400.60
HSL192.17º50.36%26.86%-
HSV(B)192.17º66.99%40.39%-
XYZ6.688.4614.11-
YUV74.15144.2899.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=15.04%
G=39.38%
B=45.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34891030.670.1400.60192.1750.3626.86
Hex22596743E03Cc0321b
Octal42131147103160743006233
Binary100010101100111001111000011111001111001100000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225967; }

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

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

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

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

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

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

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

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