#265788

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

Shades of Endeavour #265788

Tints of Endeavour #265788

Color information

#265788 (or 0x265788) is unknown color: approx Endeavour. HEX triplet: 26, 57 and 88. RGB value is (38,87,136). Sum of RGB (Red+Green+Blue) = 38+87+136=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #265788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265788 is #D9A877. Grayscale: #4D4D4D. Windows color (decimal): -14264440 or 8935206. OLE color: 8935206.

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

Color convert

RGB3887136-
CMYK0.720.3600.47
HSL210º56.32%34.12%-
HSV(B)210º72.06%53.33%-
XYZ8.659.0124.57-
YUV77.94160.7799.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=14.56%
G=33.33%
B=52.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38871360.720.3600.4721056.3234.12
Hex265788482402Fd23822
Octal46127210110440573227042
Binary1001101010111100010001001000100100010111111010010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265788; }

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

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

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

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

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

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

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

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