#26648D

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

Shades of Endeavour #26648D

Tints of Endeavour #26648D

Color information

#26648D (or 0x26648D) is unknown color: approx Endeavour. HEX triplet: 26, 64 and 8D. RGB value is (38,100,141). Sum of RGB (Red+Green+Blue) = 38+100+141=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #26648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26648D is #D99B72. Grayscale: #555555. Windows color (decimal): -14261107 or 9266214. OLE color: 9266214.

HSL color Cylindrical-coordinate representation of color #26648D: hue angle of 203.88º degrees, saturation: 0.58, 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 #26648D is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38100141-
CMYK0.730.2900.45
HSL203.88º57.54%35.1%-
HSV(B)203.88º73.05%55.29%-
XYZ10.1611.4526.87-
YUV86.14158.9693.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=13.62%
G=35.84%
B=50.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381001410.730.2900.45203.8857.5435.1
Hex26648D491D02Dcc3a23
Octal46144215111350553147243
Binary100110110010010001101100100111101010110111001100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26648D; }

 p { color: rgb(38,100,141); }

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

<style>
 a { background-color: #26648D; }

 a { background-color: rgb(38,100,141); }

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

<style>
 span { border-color: #26648D; }

 span { border-color: rgb(38,100,141); }

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