Html Css Color HEX #224F6D Chathams Blue

📋 copy color: '#224F6D'

red 34 ◦ green 79 ◦ blue 109

#224F6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #224F6D

Tints of Chathams Blue #224F6D

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.1%

R = 15.32%
G = 35.59%
B = 49.1%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#224F6D (or 0x224F6D) is known color: 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

RGB 34 79 109 -
CMYK 0.69 0.28 0 0.57
HSL 204º 0.52% 0.28% -
HSV(B) 204º 0.69% 0.43% -
XYZ 6.22 7.04 15.5 -
YUV 68.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 34 79 109 0.69 0.28 0 0.57 204 0.52 0.28
Hex 22 4F 6D 45 1C 0 39 CC 34 1C
Octal 42 117 155 105 34 0 71 314 64 34
Binary 100010 1001111 1101101 1000101 11100 0 111001 11001100 110100 11100

Color Harmonies of #224F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F6D

Black with #224F6D

Text Example


Text Example

White with #224F6D

Text Example


Text Example

HTML Codes & Css Web 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>