#265286

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

Shades of Endeavour #265286

Tints of Endeavour #265286

Color information

#265286 (or 0x265286) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 86. RGB value is (38,82,134). Sum of RGB (Red+Green+Blue) = 38+82+134=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #265286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265286 is #D9AD79. Grayscale: #4A4A4A. Windows color (decimal): -14265722 or 8802854. OLE color: 8802854.

HSL color Cylindrical-coordinate representation of color #265286: hue angle of 212.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265286 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3882134-
CMYK0.720.3900.47
HSL212.5º55.81%33.73%-
HSV(B)212.5º71.64%52.55%-
XYZ8.128.1723.7-
YUV74.77161.42101.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=14.96%
G=32.28%
B=52.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38821340.720.3900.47212.555.8133.73
Hex265286482702Fd43822
Octal46122206110470573247042
Binary1001101010010100001101001000100111010111111010100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265286; }

 p { color: rgb(38,82,134); }

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

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

 a { background-color: rgb(38,82,134); }

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

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

 span { border-color: rgb(38,82,134); }

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