#26558b

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

Shades of Endeavour #26558B

Tints of Endeavour #26558B

Color information

#26558B (or 0x26558B) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 8B. RGB value is (38,85,139). Sum of RGB (Red+Green+Blue) = 38+85+139=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #26558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26558B is #D9AA74. Grayscale: #4C4C4C. Windows color (decimal): -14264949 or 9131302. OLE color: 9131302.

HSL color Cylindrical-coordinate representation of color #26558B: hue angle of 212.08º 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 #26558B is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3885139-
CMYK0.730.3900.45
HSL212.08º57.06%34.71%-
HSV(B)212.08º72.66%54.51%-
XYZ8.718.7725.66-
YUV77.1162.93100.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=14.50%
G=32.44%
B=53.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38851390.730.3900.45212.0857.0634.71
Hex26558B492702Dd43923
Octal46125213111470553247143
Binary1001101010101100010111001001100111010110111010100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26558b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26558b; }

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

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

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

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

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

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

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

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