Html Css Color HEX #224F6E Chathams Blue

📋 copy color: '#224F6E'

red 34 ◦ green 79 ◦ blue 110

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

Shades of Chathams Blue #224F6E

Tints of Chathams Blue #224F6E

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 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

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

RGB 34 79 110 -
CMYK 0.69 0.28 0 0.57
HSL 204.47º 0.53% 0.28% -
HSV(B) 204.47º 0.69% 0.43% -
XYZ 6.27 7.06 15.78 -
YUV 69.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 34 79 110 0.69 0.28 0 0.57 204.47 0.53 0.28
Hex 22 4F 6E 45 1C 0 39 CC 35 1C
Octal 42 117 156 105 34 0 71 314 65 34
Binary 100010 1001111 1101110 1000101 11100 0 111001 11001100 110101 11100

Color Harmonies of #224F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F6E

Black with #224F6E

Text Example


Text Example

White with #224F6E

Text Example


Text Example

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