#26648B

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

Shades of Endeavour #26648B

Tints of Endeavour #26648B

Color information

#26648B (or 0x26648B) is unknown color: approx Endeavour. HEX triplet: 26, 64 and 8B. RGB value is (38,100,139). Sum of RGB (Red+Green+Blue) = 38+100+139=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #26648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26648B is #D99B74. Grayscale: #555555. Windows color (decimal): -14261109 or 9135142. OLE color: 9135142.

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

Color convert

RGB38100139-
CMYK0.730.2800.45
HSL203.17º57.06%34.71%-
HSV(B)203.17º72.66%54.51%-
XYZ10.0211.3926.1-
YUV85.91157.9693.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=13.72%
G=36.10%
B=50.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381001390.730.2800.45203.1757.0634.71
Hex26648B491C02Dcb3923
Octal46144213111340553137143
Binary100110110010010001011100100111100010110111001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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