Html Css Color HEX #225899 Endeavour

📋 copy color: '#225899'

red 34 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #225899

Tints of Endeavour #225899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 12.36%
G = 32%
B = 55.64%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#225899 (or 0x225899) is known color: Endeavour. HEX triplet: 22, 58 and 99. RGB value is (34,88,153). Sum of RGB (Red+Green+Blue) = 34+88+153=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #225899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225899 is #DDA766. Grayscale: #4E4E4E. Windows color (decimal): -14526311 or 10049570. OLE color: 10049570.

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

Color convert

RGB 34 88 153 -
CMYK 0.78 0.42 0 0.4
HSL 212.77º 0.64% 0.37% -
HSV(B) 212.77º 0.78% 0.6% -
XYZ 9.9 9.62 31.47 -
YUV 79.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 34 88 153 0.78 0.42 0 0.4 212.77 0.64 0.37
Hex 22 58 99 4E 2A 0 28 D5 40 25
Octal 42 130 231 116 52 0 50 325 100 45
Binary 100010 1011000 10011001 1001110 101010 0 101000 11010101 1000000 100101

Color Harmonies of #225899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225899

Black with #225899

Text Example


Text Example

White with #225899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225899; }

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

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

background-color css

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

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

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

border-color css

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

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

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