#225868

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

Shades of Chathams Blue #225868

Tints of Chathams Blue #225868

Color information

#225868 (or 0x225868) is unknown color: approx Chathams Blue. HEX triplet: 22, 58 and 68. RGB value is (34,88,104). Sum of RGB (Red+Green+Blue) = 34+88+104=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #225868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225868 is #DDA797. Grayscale: #494949. Windows color (decimal): -14526360 or 6838306. OLE color: 6838306.

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

Color convert

RGB3488104-
CMYK0.670.1500.59
HSL193.71º50.72%27.06%-
HSV(B)193.71º67.31%40.78%-
XYZ6.658.3214.35-
YUV73.68145.1199.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=15.04%
G=38.94%
B=46.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34881040.670.1500.59193.7150.7227.06
Hex22586843F03Bc2331b
Octal42130150103170733026333
Binary100010101100011010001000011111101110111100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225868; }

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

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

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

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

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

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

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

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