#26648C

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

Shades of Endeavour #26648C

Tints of Endeavour #26648C

Color information

#26648C (or 0x26648C) is unknown color: approx Endeavour. HEX triplet: 26, 64 and 8C. RGB value is (38,100,140). Sum of RGB (Red+Green+Blue) = 38+100+140=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #26648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26648C is #D99B73. Grayscale: #555555. Windows color (decimal): -14261108 or 9200678. OLE color: 9200678.

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

Color convert

RGB38100140-
CMYK0.730.2900.45
HSL203.53º57.3%34.9%-
HSV(B)203.53º72.86%54.9%-
XYZ10.0911.4226.48-
YUV86.02158.4693.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=13.67%
G=35.97%
B=50.36%

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
Decimal381001400.730.2900.45203.5357.334.9
Hex26648C491D02Dcc3923
Octal46144214111350553147143
Binary100110110010010001100100100111101010110111001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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