#225386

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

Shades of Endeavour #225386

Tints of Endeavour #225386

Color information

#225386 (or 0x225386) is unknown color: approx Endeavour. HEX triplet: 22, 53 and 86. RGB value is (34,83,134). Sum of RGB (Red+Green+Blue) = 34+83+134=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #225386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225386 is #DDAC79. Grayscale: #494949. Windows color (decimal): -14527610 or 8803106. OLE color: 8803106.

HSL color Cylindrical-coordinate representation of color #225386: hue angle of 210.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225386 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3483134-
CMYK0.750.3800.47
HSL210.6º59.52%32.94%-
HSV(B)210.6º74.63%52.55%-
XYZ8.068.2523.72-
YUV74.16161.7799.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 134 (52.73% from 255) = 53.39%
R=13.55%
G=33.07%
B=53.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34831340.750.3800.47210.659.5232.94
Hex2253864B2602Fd33c21
Octal42123206113460573237441
Binary1000101010011100001101001011100110010111111010011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225386; }

 p { color: rgb(34,83,134); }

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

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

 a { background-color: rgb(34,83,134); }

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

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

 span { border-color: rgb(34,83,134); }

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