Html Css Color HEX #225AA2 Endeavour

📋 copy color: '#225AA2'

red 34 ◦ green 90 ◦ blue 162

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

Shades of Endeavour #225AA2

Tints of Endeavour #225AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 56.64%

R = 11.89%
G = 31.47%
B = 56.64%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#225AA2 (or 0x225AA2) is known color: Endeavour. HEX triplet: 22, 5A and A2. RGB value is (34,90,162). Sum of RGB (Red+Green+Blue) = 34+90+162=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #225AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225AA2 is #DDA55D. Grayscale: #515151. Windows color (decimal): -14525790 or 10639906. OLE color: 10639906.

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

Color convert

RGB 34 90 162 -
CMYK 0.79 0.44 0 0.36
HSL 213.75º 0.65% 0.38% -
HSV(B) 213.75º 0.79% 0.64% -
XYZ 10.84 10.26 35.59 -
YUV 81.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 34 90 162 0.79 0.44 0 0.36 213.75 0.65 0.38
Hex 22 5A A2 4F 2C 0 24 D6 41 26
Octal 42 132 242 117 54 0 44 326 101 46
Binary 100010 1011010 10100010 1001111 101100 0 100100 11010110 1000001 100110

Color Harmonies of #225AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225AA2

Black with #225AA2

Text Example


Text Example

White with #225AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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