#226395

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

Shades of Endeavour #226395

Tints of Endeavour #226395

Color information

#226395 (or 0x226395) is unknown color: approx Endeavour. HEX triplet: 22, 63 and 95. RGB value is (34,99,149). Sum of RGB (Red+Green+Blue) = 34+99+149=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #226395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226395 is #DD9C6A. Grayscale: #555555. Windows color (decimal): -14523499 or 9790242. OLE color: 9790242.

HSL color Cylindrical-coordinate representation of color #226395: hue angle of 206.09º 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 #226395 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3499149-
CMYK0.770.3400.42
HSL206.09º62.84%35.88%-
HSV(B)206.09º77.18%58.43%-
XYZ10.5511.4330.08-
YUV85.26163.9791.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=12.06%
G=35.11%
B=52.84%

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
Decimal34991490.770.3400.42206.0962.8435.88
Hex2263954D2202Ace3f24
Octal42143225115420523167744
Binary1000101100011100101011001101100010010101011001110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226395; }

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

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

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

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

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

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

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

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