#224F6D

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

Shades of Chathams Blue #224F6D

Tints of Chathams Blue #224F6D

Color information

#224F6D (or 0x224F6D) is unknown color: approx Chathams Blue. HEX triplet: 22, 4F and 6D. RGB value is (34,79,109). Sum of RGB (Red+Green+Blue) = 34+79+109=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #224F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F6D is #DDB092. Grayscale: #444444. Windows color (decimal): -14528659 or 7163682. OLE color: 7163682.

HSL color Cylindrical-coordinate representation of color #224F6D: hue angle of 204º degrees, saturation: 0.52, 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 #224F6D is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3479109-
CMYK0.690.2800.57
HSL204º52.45%28.04%-
HSV(B)204º68.81%42.75%-
XYZ6.227.0415.5-
YUV68.96150.59103.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=15.32%
G=35.59%
B=49.10%

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
Decimal34791090.690.2800.5720452.4528.04
Hex224F6D451C039cc341c
Octal42117155105340713146434
Binary1000101001111110110110001011110001110011100110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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