Html Css Color HEX #226199 Endeavour

📋 copy color: '#226199'

red 34 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #226199

Tints of Endeavour #226199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

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

R = 11.97%
G = 34.15%
B = 53.87%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#226199 (or 0x226199) is known color: Endeavour. HEX triplet: 22, 61 and 99. RGB value is (34,97,153). Sum of RGB (Red+Green+Blue) = 34+97+153=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #226199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226199 is #DD9E66. Grayscale: #545454. Windows color (decimal): -14524007 or 10051874. OLE color: 10051874.

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

Color convert

RGB 34 97 153 -
CMYK 0.78 0.37 0 0.4
HSL 208.24º 0.64% 0.37% -
HSV(B) 208.24º 0.78% 0.6% -
XYZ 10.68 11.19 31.73 -
YUV 84.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 34 97 153 0.78 0.37 0 0.4 208.24 0.64 0.37
Hex 22 61 99 4E 25 0 28 D0 40 25
Octal 42 141 231 116 45 0 50 320 100 45
Binary 100010 1100001 10011001 1001110 100101 0 101000 11010000 1000000 100101

Color Harmonies of #226199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226199

Black with #226199

Text Example


Text Example

White with #226199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226199; }

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

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

background-color css

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

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

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

border-color css

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

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

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