Html Css Color HEX #225099 Endeavour

📋 copy color: '#225099'

red 34 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #225099

Tints of Endeavour #225099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 12.73%
G = 29.96%
B = 57.3%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#225099 (or 0x225099) is known color: Endeavour. HEX triplet: 22, 50 and 99. RGB value is (34,80,153). Sum of RGB (Red+Green+Blue) = 34+80+153=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #225099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225099 is #DDAF66. Grayscale: #4A4A4A. Windows color (decimal): -14528359 or 10047522. OLE color: 10047522.

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

Color convert

RGB 34 80 153 -
CMYK 0.78 0.48 0 0.4
HSL 216.81º 0.64% 0.37% -
HSV(B) 216.81º 0.78% 0.6% -
XYZ 9.28 8.38 31.26 -
YUV 74.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 34 80 153 0.78 0.48 0 0.4 216.81 0.64 0.37
Hex 22 50 99 4E 30 0 28 D9 40 25
Octal 42 120 231 116 60 0 50 331 100 45
Binary 100010 1010000 10011001 1001110 110000 0 101000 11011001 1000000 100101

Color Harmonies of #225099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225099

Black with #225099

Text Example


Text Example

White with #225099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225099; }

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

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

background-color css

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

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

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

border-color css

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

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

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