#226293

Color #226293 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #226293

Tints of Endeavour #226293

Color information

#226293 (or 0x226293) is unknown color: approx Endeavour. HEX triplet: 22, 62 and 93. RGB value is (34,98,147). Sum of RGB (Red+Green+Blue) = 34+98+147=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #226293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226293 is #DD9D6C. Grayscale: #545454. Windows color (decimal): -14523757 or 9658914. OLE color: 9658914.

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

Color convert

RGB3498147-
CMYK0.770.3300.42
HSL206.02º62.43%35.49%-
HSV(B)206.02º76.87%57.65%-
XYZ10.2911.1829.22-
YUV84.45163.392.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.19%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=12.19%
G=35.13%
B=52.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34981470.770.3300.42206.0262.4335.49
Hex2262934D2102Ace3e23
Octal42142223115410523167643
Binary1000101100010100100111001101100001010101011001110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226293; }

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

 H1.HeaderClassName
 {
   color: #226293;
 }
 .AnyTagClassName
 {
   color: #226293;
 }
</style>
background-color css

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

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

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

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

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

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