Html Css Color HEX #225F99 Endeavour

📋 copy color: '#225F99'

red 34 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #225F99

Tints of Endeavour #225F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

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

R = 12.06%
G = 33.69%
B = 54.26%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#225F99 (or 0x225F99) is known color: Endeavour. HEX triplet: 22, 5F and 99. RGB value is (34,95,153). Sum of RGB (Red+Green+Blue) = 34+95+153=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #225F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225F99 is #DDA066. Grayscale: #535353. Windows color (decimal): -14524519 or 10051362. OLE color: 10051362.

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

Color convert

RGB 34 95 153 -
CMYK 0.78 0.38 0 0.4
HSL 209.24º 0.64% 0.37% -
HSV(B) 209.24º 0.78% 0.6% -
XYZ 10.5 10.82 31.67 -
YUV 83.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 34 95 153 0.78 0.38 0 0.4 209.24 0.64 0.37
Hex 22 5F 99 4E 26 0 28 D1 40 25
Octal 42 137 231 116 46 0 50 321 100 45
Binary 100010 1011111 10011001 1001110 100110 0 101000 11010001 1000000 100101

Color Harmonies of #225F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F99

Black with #225F99

Text Example


Text Example

White with #225F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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