Html Css Color HEX #225AA0 Endeavour

📋 copy color: '#225AA0'

red 34 ◦ green 90 ◦ blue 160

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

Shades of Endeavour #225AA0

Tints of Endeavour #225AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 160 (62.89% from 255) = 56.34%

R = 11.97%
G = 31.69%
B = 56.34%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#225AA0 (or 0x225AA0) is known color: Endeavour. HEX triplet: 22, 5A and A0. RGB value is (34,90,160). Sum of RGB (Red+Green+Blue) = 34+90+160=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #225AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225AA0 is #DDA55F. Grayscale: #505050. Windows color (decimal): -14525792 or 10508834. OLE color: 10508834.

HSL color Cylindrical-coordinate representation of color #225AA0: hue angle of 213.33º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225AA0 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 90 160 -
CMYK 0.79 0.44 0 0.37
HSL 213.33º 0.65% 0.38% -
HSV(B) 213.33º 0.79% 0.63% -
XYZ 10.66 10.19 34.66 -
YUV 81.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 34 90 160 0.79 0.44 0 0.37 213.33 0.65 0.38
Hex 22 5A A0 4F 2C 0 25 D5 41 26
Octal 42 132 240 117 54 0 45 325 101 46
Binary 100010 1011010 10100000 1001111 101100 0 100101 11010101 1000001 100110

Color Harmonies of #225AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225AA0

Black with #225AA0

Text Example


Text Example

White with #225AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225AA0; }

 p { color: rgb(34,90,160); }

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

background-color css

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

 a { background-color: rgb(34,90,160); }

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

border-color css

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

 span { border-color: rgb(34,90,160); }

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