Html Css Color HEX #22519D Endeavour

📋 copy color: '#22519D'

red 34 ◦ green 81 ◦ blue 157

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

Shades of Endeavour #22519D

Tints of Endeavour #22519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 12.5%
G = 29.78%
B = 57.72%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#22519D (or 0x22519D) is known color: Endeavour. HEX triplet: 22, 51 and 9D. RGB value is (34,81,157). Sum of RGB (Red+Green+Blue) = 34+81+157=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #22519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22519D is #DDAE62. Grayscale: #4B4B4B. Windows color (decimal): -14528099 or 10309922. OLE color: 10309922.

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

Color convert

RGB 34 81 157 -
CMYK 0.78 0.48 0 0.38
HSL 217.07º 0.64% 0.37% -
HSV(B) 217.07º 0.78% 0.62% -
XYZ 9.69 8.66 33.06 -
YUV 75.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 34 81 157 0.78 0.48 0 0.38 217.07 0.64 0.37
Hex 22 51 9D 4E 30 0 26 D9 40 25
Octal 42 121 235 116 60 0 46 331 100 45
Binary 100010 1010001 10011101 1001110 110000 0 100110 11011001 1000000 100101

Color Harmonies of #22519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22519D

Black with #22519D

Text Example


Text Example

White with #22519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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