Html Css Color HEX #225070 Chathams Blue

📋 copy color: '#225070'

red 34 ◦ green 80 ◦ blue 112

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

Shades of Chathams Blue #225070

Tints of Chathams Blue #225070

RGB

 RED value IS 34 (13.67% from 255) = 15.04%

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 15.04%
G = 35.4%
B = 49.56%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#225070 (or 0x225070) is known color: Chathams Blue. HEX triplet: 22, 50 and 70. RGB value is (34,80,112). Sum of RGB (Red+Green+Blue) = 34+80+112=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #225070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225070 is #DDAF8F. Grayscale: #454545. Windows color (decimal): -14528400 or 7360546. OLE color: 7360546.

HSL color Cylindrical-coordinate representation of color #225070: hue angle of 204.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225070 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 80 112 -
CMYK 0.70 0.29 0 0.56
HSL 204.62º 0.53% 0.29% -
HSV(B) 204.62º 0.7% 0.44% -
XYZ 6.45 7.25 16.39 -
YUV 69.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 34 80 112 0.70 0.29 0 0.56 204.62 0.53 0.29
Hex 22 50 70 46 1D 0 38 CD 35 1D
Octal 42 120 160 106 35 0 70 315 65 35
Binary 100010 1010000 1110000 1000110 11101 0 111000 11001101 110101 11101

Color Harmonies of #225070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225070

Black with #225070

Text Example


Text Example

White with #225070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225070; }

 p { color: rgb(34,80,112); }

 H1.HeaderClassName
 {
   color: #225070;
 }
 .AnyTagClassName
 {
   color: #225070;
 }
</style>

background-color css

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

 a { background-color: rgb(34,80,112); }

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

border-color css

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

 span { border-color: rgb(34,80,112); }

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