Html Css Color HEX #226291 Endeavour

📋 copy color: '#226291'

red 34 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #226291

Tints of Endeavour #226291

RGB

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

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

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

R = 12.27%
G = 35.38%
B = 52.35%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#226291 (or 0x226291) is known color: Endeavour. HEX triplet: 22, 62 and 91. RGB value is (34,98,145). Sum of RGB (Red+Green+Blue) = 34+98+145=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #226291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226291 is #DD9D6E. Grayscale: #535353. Windows color (decimal): -14523759 or 9527842. OLE color: 9527842.

HSL color Cylindrical-coordinate representation of color #226291: hue angle of 205.41º 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 #226291 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 98 145 -
CMYK 0.77 0.32 0 0.43
HSL 205.41º 0.62% 0.35% -
HSV(B) 205.41º 0.77% 0.57% -
XYZ 10.14 11.12 28.4 -
YUV 84.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 34 98 145 0.77 0.32 0 0.43 205.41 0.62 0.35
Hex 22 62 91 4D 20 0 2B CD 3E 23
Octal 42 142 221 115 40 0 53 315 76 43
Binary 100010 1100010 10010001 1001101 100000 0 101011 11001101 111110 100011

Color Harmonies of #226291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226291

Black with #226291

Text Example


Text Example

White with #226291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226291; }

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

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

background-color css

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

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

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

border-color css

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

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

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