#26568B

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

Shades of Endeavour #26568B

Tints of Endeavour #26568B

Color information

#26568B (or 0x26568B) is unknown color: approx Endeavour. HEX triplet: 26, 56 and 8B. RGB value is (38,86,139). Sum of RGB (Red+Green+Blue) = 38+86+139=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #26568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26568B is #D9A974. Grayscale: #4D4D4D. Windows color (decimal): -14264693 or 9131558. OLE color: 9131558.

HSL color Cylindrical-coordinate representation of color #26568B: hue angle of 211.49º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26568B is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3886139-
CMYK0.730.3800.45
HSL211.49º57.06%34.71%-
HSV(B)211.49º72.66%54.51%-
XYZ8.798.9325.69-
YUV77.69162.699.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=14.45%
G=32.70%
B=52.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38861390.730.3800.45211.4957.0634.71
Hex26568B492602Dd33923
Octal46126213111460553237143
Binary1001101010110100010111001001100110010110111010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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