#225869

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

Shades of Chathams Blue #225869

Tints of Chathams Blue #225869

Color information

#225869 (or 0x225869) is unknown color: approx Chathams Blue. HEX triplet: 22, 58 and 69. RGB value is (34,88,105). Sum of RGB (Red+Green+Blue) = 34+88+105=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #225869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225869 is #DDA796. Grayscale: #494949. Windows color (decimal): -14526359 or 6903842. OLE color: 6903842.

HSL color Cylindrical-coordinate representation of color #225869: hue angle of 194.37º 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 #225869 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3488105-
CMYK0.680.1600.59
HSL194.37º51.08%27.25%-
HSV(B)194.37º67.62%41.18%-
XYZ6.78.3414.62-
YUV73.79145.6199.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=14.98%
G=38.77%
B=46.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34881050.680.1600.59194.3751.0827.25
Hex225869441003Bc2331b
Octal42130151104200733026333
Binary1000101011000110100110001001000001110111100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225869; }

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

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

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

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

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

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

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

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