Html Css Color HEX #22509A Endeavour

📋 copy color: '#22509A'

red 34 ◦ green 80 ◦ blue 154

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

Shades of Endeavour #22509A

Tints of Endeavour #22509A

RGB

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

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

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

R = 12.69%
G = 29.85%
B = 57.46%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#22509A (or 0x22509A) is known color: Endeavour. HEX triplet: 22, 50 and 9A. RGB value is (34,80,154). Sum of RGB (Red+Green+Blue) = 34+80+154=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #22509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22509A is #DDAF65. Grayscale: #4A4A4A. Windows color (decimal): -14528358 or 10113058. OLE color: 10113058.

HSL color Cylindrical-coordinate representation of color #22509A: hue angle of 217º 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 #22509A is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 80 154 -
CMYK 0.78 0.48 0 0.40
HSL 217º 0.64% 0.37% -
HSV(B) 217º 0.78% 0.6% -
XYZ 9.36 8.41 31.7 -
YUV 74.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 34 80 154 0.78 0.48 0 0.40 217 0.64 0.37
Hex 22 50 9A 4E 30 0 28 D9 40 25
Octal 42 120 232 116 60 0 50 331 100 45
Binary 100010 1010000 10011010 1001110 110000 0 101000 11011001 1000000 100101

Color Harmonies of #22509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22509A

Black with #22509A

Text Example


Text Example

White with #22509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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