#224F6E

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

Shades of Chathams Blue #224F6E

Tints of Chathams Blue #224F6E

Color information

#224F6E (or 0x224F6E) is unknown color: approx Chathams Blue. HEX triplet: 22, 4F and 6E. RGB value is (34,79,110). Sum of RGB (Red+Green+Blue) = 34+79+110=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #224F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F6E is #DDB091. Grayscale: #444444. Windows color (decimal): -14528658 or 7229218. OLE color: 7229218.

HSL color Cylindrical-coordinate representation of color #224F6E: hue angle of 204.47º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224F6E is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3479110-
CMYK0.690.2800.57
HSL204.47º52.78%28.24%-
HSV(B)204.47º69.09%43.14%-
XYZ6.277.0615.78-
YUV69.08151.09102.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=15.25%
G=35.43%
B=49.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34791100.690.2800.57204.4752.7828.24
Hex224F6E451C039cc351c
Octal42117156105340713146534
Binary1000101001111110111010001011110001110011100110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224F6E; }

 p { color: rgb(34,79,110); }

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

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

 a { background-color: rgb(34,79,110); }

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

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

 span { border-color: rgb(34,79,110); }

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