#26548A

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

Shades of Endeavour #26548A

Tints of Endeavour #26548A

Color information

#26548A (or 0x26548A) is unknown color: approx Endeavour. HEX triplet: 26, 54 and 8A. RGB value is (38,84,138). Sum of RGB (Red+Green+Blue) = 38+84+138=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #26548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26548A is #D9AB75. Grayscale: #4C4C4C. Windows color (decimal): -14265206 or 9065510. OLE color: 9065510.

HSL color Cylindrical-coordinate representation of color #26548A: hue angle of 212.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26548A is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3884138-
CMYK0.720.3900.46
HSL212.4º56.82%34.51%-
HSV(B)212.4º72.46%54.12%-
XYZ8.568.5925.25-
YUV76.4162.76100.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=14.62%
G=32.31%
B=53.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38841380.720.3900.46212.456.8234.51
Hex26548A482702Ed43923
Octal46124212110470563247143
Binary1001101010100100010101001000100111010111011010100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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