Html Css Color HEX #225799 Endeavour

📋 copy color: '#225799'

red 34 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #225799

Tints of Endeavour #225799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.75%

 BLUE value IS 153 (60.16% from 255) = 55.84%

R = 12.41%
G = 31.75%
B = 55.84%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#225799 (or 0x225799) is known color: Endeavour. HEX triplet: 22, 57 and 99. RGB value is (34,87,153). Sum of RGB (Red+Green+Blue) = 34+87+153=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #225799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225799 is #DDA866. Grayscale: #4E4E4E. Windows color (decimal): -14526567 or 10049314. OLE color: 10049314.

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

Color convert

RGB 34 87 153 -
CMYK 0.78 0.43 0 0.4
HSL 213.28º 0.64% 0.37% -
HSV(B) 213.28º 0.78% 0.6% -
XYZ 9.82 9.46 31.44 -
YUV 78.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 34 87 153 0.78 0.43 0 0.4 213.28 0.64 0.37
Hex 22 57 99 4E 2B 0 28 D5 40 25
Octal 42 127 231 116 53 0 50 325 100 45
Binary 100010 1010111 10011001 1001110 101011 0 101000 11010101 1000000 100101

Color Harmonies of #225799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225799

Black with #225799

Text Example


Text Example

White with #225799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225799; }

 p { color: rgb(34,87,153); }

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

background-color css

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

 a { background-color: rgb(34,87,153); }

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

border-color css

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

 span { border-color: rgb(34,87,153); }

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