Html Css Color HEX #225A9A Endeavour

📋 copy color: '#225A9A'

red 34 ◦ green 90 ◦ blue 154

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

Shades of Endeavour #225A9A

Tints of Endeavour #225A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 12.23%
G = 32.37%
B = 55.4%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#225A9A (or 0x225A9A) is known color: Endeavour. HEX triplet: 22, 5A and 9A. RGB value is (34,90,154). Sum of RGB (Red+Green+Blue) = 34+90+154=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #225A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225A9A is #DDA565. Grayscale: #505050. Windows color (decimal): -14525798 or 10115618. OLE color: 10115618.

HSL color Cylindrical-coordinate representation of color #225A9A: hue angle of 212º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225A9A is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 90 154 -
CMYK 0.78 0.42 0 0.40
HSL 212º 0.64% 0.37% -
HSV(B) 212º 0.78% 0.6% -
XYZ 10.15 9.99 31.96 -
YUV 80.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 34 90 154 0.78 0.42 0 0.40 212 0.64 0.37
Hex 22 5A 9A 4E 2A 0 28 D4 40 25
Octal 42 132 232 116 52 0 50 324 100 45
Binary 100010 1011010 10011010 1001110 101010 0 101000 11010100 1000000 100101

Color Harmonies of #225A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225A9A

Black with #225A9A

Text Example


Text Example

White with #225A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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