Html Css Color HEX #226091 Endeavour

📋 copy color: '#226091'

red 34 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #226091

Tints of Endeavour #226091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 12.36%
G = 34.91%
B = 52.73%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#226091 (or 0x226091) is known color: Endeavour. HEX triplet: 22, 60 and 91. RGB value is (34,96,145). Sum of RGB (Red+Green+Blue) = 34+96+145=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #226091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226091 is #DD9F6E. Grayscale: #525252. Windows color (decimal): -14524271 or 9527330. OLE color: 9527330.

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

Color convert

RGB 34 96 145 -
CMYK 0.77 0.34 0 0.43
HSL 206.49º 0.62% 0.35% -
HSV(B) 206.49º 0.77% 0.57% -
XYZ 9.95 10.75 28.34 -
YUV 83.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 34 96 145 0.77 0.34 0 0.43 206.49 0.62 0.35
Hex 22 60 91 4D 22 0 2B CE 3E 23
Octal 42 140 221 115 42 0 53 316 76 43
Binary 100010 1100000 10010001 1001101 100010 0 101011 11001110 111110 100011

Color Harmonies of #226091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226091

Black with #226091

Text Example


Text Example

White with #226091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226091; }

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

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

background-color css

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

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

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

border-color css

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

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

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