#225968

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

Shades of Chathams Blue #225968

Tints of Chathams Blue #225968

Color information

#225968 (or 0x225968) is unknown color: approx Chathams Blue. HEX triplet: 22, 59 and 68. RGB value is (34,89,104). Sum of RGB (Red+Green+Blue) = 34+89+104=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #225968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225968 is #DDA697. Grayscale: #4A4A4A. Windows color (decimal): -14526104 or 6838562. OLE color: 6838562.

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

Color convert

RGB3489104-
CMYK0.670.1400.59
HSL192.86º50.72%27.06%-
HSV(B)192.86º67.31%40.78%-
XYZ6.738.4814.38-
YUV74.26144.7899.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=14.98%
G=39.21%
B=45.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34891040.670.1400.59192.8650.7227.06
Hex22596843E03Bc1331b
Octal42131150103160733016333
Binary100010101100111010001000011111001110111100000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225968; }

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

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

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

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

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

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

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

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