#226295

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

Shades of Endeavour #226295

Tints of Endeavour #226295

Color information

#226295 (or 0x226295) is unknown color: approx Endeavour. HEX triplet: 22, 62 and 95. RGB value is (34,98,149). Sum of RGB (Red+Green+Blue) = 34+98+149=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #226295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226295 is #DD9D6A. Grayscale: #545454. Windows color (decimal): -14523755 or 9789986. OLE color: 9789986.

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

Color convert

RGB3498149-
CMYK0.770.3400.42
HSL206.61º62.84%35.88%-
HSV(B)206.61º77.18%58.43%-
XYZ10.4511.2530.05-
YUV84.68164.391.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=12.10%
G=34.88%
B=53.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34981490.770.3400.42206.6162.8435.88
Hex2262954D2202Acf3f24
Octal42142225115420523177744
Binary1000101100010100101011001101100010010101011001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226295; }

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

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

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

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

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

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

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

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