Html Css Color HEX #226190 Endeavour

📋 copy color: '#226190'

red 34 ◦ green 97 ◦ blue 144

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

Shades of Endeavour #226190

Tints of Endeavour #226190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.36%

R = 12.36%
G = 35.27%
B = 52.36%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#226190 (or 0x226190) is known color: Endeavour. HEX triplet: 22, 61 and 90. RGB value is (34,97,144). Sum of RGB (Red+Green+Blue) = 34+97+144=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #226190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226190 is #DD9E6F. Grayscale: #535353. Windows color (decimal): -14524016 or 9462050. OLE color: 9462050.

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

Color convert

RGB 34 97 144 -
CMYK 0.76 0.33 0 0.44
HSL 205.64º 0.62% 0.35% -
HSV(B) 205.64º 0.76% 0.56% -
XYZ 9.97 10.9 27.96 -
YUV 83.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 34 97 144 0.76 0.33 0 0.44 205.64 0.62 0.35
Hex 22 61 90 4C 21 0 2C CE 3E 23
Octal 42 141 220 114 41 0 54 316 76 43
Binary 100010 1100001 10010000 1001100 100001 0 101100 11001110 111110 100011

Color Harmonies of #226190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226190

Black with #226190

Text Example


Text Example

White with #226190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226190; }

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

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

background-color css

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

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

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

border-color css

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

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

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