Html Css Color HEX #22599D Endeavour

📋 copy color: '#22599D'

red 34 ◦ green 89 ◦ blue 157

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

Shades of Endeavour #22599D

Tints of Endeavour #22599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

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

R = 12.14%
G = 31.79%
B = 56.07%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#22599D (or 0x22599D) is known color: Endeavour. HEX triplet: 22, 59 and 9D. RGB value is (34,89,157). Sum of RGB (Red+Green+Blue) = 34+89+157=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #22599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22599D is #DDA662. Grayscale: #4F4F4F. Windows color (decimal): -14526051 or 10311970. OLE color: 10311970.

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

Color convert

RGB 34 89 157 -
CMYK 0.78 0.43 0 0.38
HSL 213.17º 0.64% 0.37% -
HSV(B) 213.17º 0.78% 0.62% -
XYZ 10.32 9.92 33.27 -
YUV 80.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 34 89 157 0.78 0.43 0 0.38 213.17 0.64 0.37
Hex 22 59 9D 4E 2B 0 26 D5 40 25
Octal 42 131 235 116 53 0 46 325 100 45
Binary 100010 1011001 10011101 1001110 101011 0 100110 11010101 1000000 100101

Color Harmonies of #22599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22599D

Black with #22599D

Text Example


Text Example

White with #22599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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