#26548F

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

Shades of Endeavour #26548F

Tints of Endeavour #26548F

Color information

#26548F (or 0x26548F) is unknown color: approx Endeavour. HEX triplet: 26, 54 and 8F. RGB value is (38,84,143). Sum of RGB (Red+Green+Blue) = 38+84+143=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #26548F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26548F is #D9AB70. Grayscale: #4C4C4C. Windows color (decimal): -14265201 or 9393190. OLE color: 9393190.

HSL color Cylindrical-coordinate representation of color #26548F: hue angle of 213.71º 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 #26548F is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3884143-
CMYK0.730.4100.44
HSL213.71º58.01%35.49%-
HSV(B)213.71º73.43%56.08%-
XYZ8.938.7427.2-
YUV76.97165.26100.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 143 (56.25% from 255) = 53.96%
R=14.34%
G=31.70%
B=53.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38841430.730.4100.44213.7158.0135.49
Hex26548F492902Cd63a23
Octal46124217111510543267243
Binary1001101010100100011111001001101001010110011010110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26548F; }

 p { color: rgb(38,84,143); }

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

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

 a { background-color: rgb(38,84,143); }

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

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

 span { border-color: rgb(38,84,143); }

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