Html Css Color HEX #226490 Endeavour

📋 copy color: '#226490'

red 34 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #226490

Tints of Endeavour #226490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 12.23%
G = 35.97%
B = 51.8%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#226490 (or 0x226490) is known color: Endeavour. HEX triplet: 22, 64 and 90. RGB value is (34,100,144). Sum of RGB (Red+Green+Blue) = 34+100+144=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #226490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226490 is #DD9B6F. Grayscale: #555555. Windows color (decimal): -14523248 or 9462818. OLE color: 9462818.

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

Color convert

RGB 34 100 144 -
CMYK 0.76 0.31 0 0.44
HSL 204º 0.62% 0.35% -
HSV(B) 204º 0.76% 0.56% -
XYZ 10.25 11.47 28.06 -
YUV 85.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 34 100 144 0.76 0.31 0 0.44 204 0.62 0.35
Hex 22 64 90 4C 1F 0 2C CC 3E 23
Octal 42 144 220 114 37 0 54 314 76 43
Binary 100010 1100100 10010000 1001100 11111 0 101100 11001100 111110 100011

Color Harmonies of #226490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226490

Black with #226490

Text Example


Text Example

White with #226490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226490; }

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

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

background-color css

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

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

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

border-color css

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

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

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