Html Css Color HEX #226299 Endeavour

📋 copy color: '#226299'

red 34 ◦ green 98 ◦ blue 153

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

Shades of Endeavour #226299

Tints of Endeavour #226299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

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

R = 11.93%
G = 34.39%
B = 53.68%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#226299 (or 0x226299) is known color: Endeavour. HEX triplet: 22, 62 and 99. RGB value is (34,98,153). Sum of RGB (Red+Green+Blue) = 34+98+153=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #226299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226299 is #DD9D66. Grayscale: #545454. Windows color (decimal): -14523751 or 10052130. OLE color: 10052130.

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

Color convert

RGB 34 98 153 -
CMYK 0.78 0.36 0 0.4
HSL 207.73º 0.64% 0.37% -
HSV(B) 207.73º 0.78% 0.6% -
XYZ 10.78 11.38 31.76 -
YUV 85.13 166.3 91.53 -
System Red Green Blue C M Y K H S L
Decimal 34 98 153 0.78 0.36 0 0.4 207.73 0.64 0.37
Hex 22 62 99 4E 24 0 28 D0 40 25
Octal 42 142 231 116 44 0 50 320 100 45
Binary 100010 1100010 10011001 1001110 100100 0 101000 11010000 1000000 100101

Color Harmonies of #226299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226299

Black with #226299

Text Example


Text Example

White with #226299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226299; }

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

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

background-color css

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

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

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

border-color css

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

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

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