#265688

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

Shades of Endeavour #265688

Tints of Endeavour #265688

Color information

#265688 (or 0x265688) is unknown color: approx Endeavour. HEX triplet: 26, 56 and 88. RGB value is (38,86,136). Sum of RGB (Red+Green+Blue) = 38+86+136=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #265688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265688 is #D9A977. Grayscale: #4D4D4D. Windows color (decimal): -14264696 or 8934950. OLE color: 8934950.

HSL color Cylindrical-coordinate representation of color #265688: hue angle of 210.61º 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 #265688 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3886136-
CMYK0.720.3700.47
HSL210.61º56.32%34.12%-
HSV(B)210.61º72.06%53.33%-
XYZ8.578.8524.55-
YUV77.35161.199.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=14.62%
G=33.08%
B=52.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38861360.720.3700.47210.6156.3234.12
Hex265688482502Fd33822
Octal46126210110450573237042
Binary1001101010110100010001001000100101010111111010011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265688; }

 p { color: rgb(38,86,136); }

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

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

 a { background-color: rgb(38,86,136); }

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

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

 span { border-color: rgb(38,86,136); }

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