#26568E

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

Shades of Endeavour #26568E

Tints of Endeavour #26568E

Color information

#26568E (or 0x26568E) is unknown color: approx Endeavour. HEX triplet: 26, 56 and 8E. RGB value is (38,86,142). Sum of RGB (Red+Green+Blue) = 38+86+142=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #26568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26568E is #D9A971. Grayscale: #4D4D4D. Windows color (decimal): -14264690 or 9328166. OLE color: 9328166.

HSL color Cylindrical-coordinate representation of color #26568E: hue angle of 212.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26568E is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3886142-
CMYK0.730.3900.44
HSL212.31º57.78%35.29%-
HSV(B)212.31º73.24%55.69%-
XYZ9.019.0226.86-
YUV78.03164.199.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=14.29%
G=32.33%
B=53.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38861420.730.3900.44212.3157.7835.29
Hex26568E492702Cd43a23
Octal46126216111470543247243
Binary1001101010110100011101001001100111010110011010100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26568E; }

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

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

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

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

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

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

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

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