Html Css Color HEX #226290 Endeavour

📋 copy color: '#226290'

red 34 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #226290

Tints of Endeavour #226290

RGB

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

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

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

R = 12.32%
G = 35.51%
B = 52.17%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#226290 (or 0x226290) is known color: Endeavour. HEX triplet: 22, 62 and 90. RGB value is (34,98,144). Sum of RGB (Red+Green+Blue) = 34+98+144=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #226290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226290 is #DD9D6F. Grayscale: #535353. Windows color (decimal): -14523760 or 9462306. OLE color: 9462306.

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

Color convert

RGB 34 98 144 -
CMYK 0.76 0.32 0 0.44
HSL 205.09º 0.62% 0.35% -
HSV(B) 205.09º 0.76% 0.56% -
XYZ 10.06 11.09 28 -
YUV 84.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 34 98 144 0.76 0.32 0 0.44 205.09 0.62 0.35
Hex 22 62 90 4C 20 0 2C CD 3E 23
Octal 42 142 220 114 40 0 54 315 76 43
Binary 100010 1100010 10010000 1001100 100000 0 101100 11001101 111110 100011

Color Harmonies of #226290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226290

Black with #226290

Text Example


Text Example

White with #226290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226290; }

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

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

background-color css

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

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

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

border-color css

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

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

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