Html Css Color HEX #226191 Endeavour

📋 copy color: '#226191'

red 34 ◦ green 97 ◦ blue 145

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

Shades of Endeavour #226191

Tints of Endeavour #226191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 12.32%
G = 35.14%
B = 52.54%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#226191 (or 0x226191) is known color: Endeavour. HEX triplet: 22, 61 and 91. RGB value is (34,97,145). Sum of RGB (Red+Green+Blue) = 34+97+145=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #226191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226191 is #DD9E6E. Grayscale: #535353. Windows color (decimal): -14524015 or 9527586. OLE color: 9527586.

HSL color Cylindrical-coordinate representation of color #226191: hue angle of 205.95º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226191 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 97 145 -
CMYK 0.77 0.33 0 0.43
HSL 205.95º 0.62% 0.35% -
HSV(B) 205.95º 0.77% 0.57% -
XYZ 10.05 10.93 28.37 -
YUV 83.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 34 97 145 0.77 0.33 0 0.43 205.95 0.62 0.35
Hex 22 61 91 4D 21 0 2B CE 3E 23
Octal 42 141 221 115 41 0 53 316 76 43
Binary 100010 1100001 10010001 1001101 100001 0 101011 11001110 111110 100011

Color Harmonies of #226191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226191

Black with #226191

Text Example


Text Example

White with #226191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226191; }

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

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

background-color css

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

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

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

border-color css

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

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

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