#26558A

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

Shades of Endeavour #26558A

Tints of Endeavour #26558A

Color information

#26558A (or 0x26558A) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 8A. RGB value is (38,85,138). Sum of RGB (Red+Green+Blue) = 38+85+138=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #26558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26558A is #D9AA75. Grayscale: #4C4C4C. Windows color (decimal): -14264950 or 9065766. OLE color: 9065766.

HSL color Cylindrical-coordinate representation of color #26558A: hue angle of 211.8º 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 #26558A is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3885138-
CMYK0.720.3800.46
HSL211.8º56.82%34.51%-
HSV(B)211.8º72.46%54.12%-
XYZ8.648.7425.28-
YUV76.99162.43100.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=14.56%
G=32.57%
B=52.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38851380.720.3800.46211.856.8234.51
Hex26558A482602Ed43923
Octal46125212110460563247143
Binary1001101010101100010101001000100110010111011010100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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