Html Css Color HEX #22509D Endeavour

📋 copy color: '#22509D'

red 34 ◦ green 80 ◦ blue 157

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

Shades of Endeavour #22509D

Tints of Endeavour #22509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 12.55%
G = 29.52%
B = 57.93%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#22509D (or 0x22509D) is known color: Endeavour. HEX triplet: 22, 50 and 9D. RGB value is (34,80,157). Sum of RGB (Red+Green+Blue) = 34+80+157=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #22509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22509D is #DDAF62. Grayscale: #4A4A4A. Windows color (decimal): -14528355 or 10309666. OLE color: 10309666.

HSL color Cylindrical-coordinate representation of color #22509D: hue angle of 217.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22509D is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 80 157 -
CMYK 0.78 0.49 0 0.38
HSL 217.56º 0.64% 0.37% -
HSV(B) 217.56º 0.78% 0.62% -
XYZ 9.61 8.51 33.03 -
YUV 75.02 174.26 98.74 -
System Red Green Blue C M Y K H S L
Decimal 34 80 157 0.78 0.49 0 0.38 217.56 0.64 0.37
Hex 22 50 9D 4E 31 0 26 DA 40 25
Octal 42 120 235 116 61 0 46 332 100 45
Binary 100010 1010000 10011101 1001110 110001 0 100110 11011010 1000000 100101

Color Harmonies of #22509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22509D

Black with #22509D

Text Example


Text Example

White with #22509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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