Html Css Color HEX #22599C Endeavour

📋 copy color: '#22599C'

red 34 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #22599C

Tints of Endeavour #22599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.91%

R = 12.19%
G = 31.9%
B = 55.91%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22599C (or 0x22599C) is known color: Endeavour. HEX triplet: 22, 59 and 9C. RGB value is (34,89,156). Sum of RGB (Red+Green+Blue) = 34+89+156=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #22599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22599C is #DDA663. Grayscale: #4F4F4F. Windows color (decimal): -14526052 or 10246434. OLE color: 10246434.

HSL color Cylindrical-coordinate representation of color #22599C: hue angle of 212.95º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22599C is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 89 156 -
CMYK 0.78 0.43 0 0.39
HSL 212.95º 0.64% 0.37% -
HSV(B) 212.95º 0.78% 0.61% -
XYZ 10.23 9.89 32.82 -
YUV 80.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 34 89 156 0.78 0.43 0 0.39 212.95 0.64 0.37
Hex 22 59 9C 4E 2B 0 27 D5 40 25
Octal 42 131 234 116 53 0 47 325 100 45
Binary 100010 1011001 10011100 1001110 101011 0 100111 11010101 1000000 100101

Color Harmonies of #22599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22599C

Black with #22599C

Text Example


Text Example

White with #22599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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