#26668B

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

Shades of Endeavour #26668B

Tints of Endeavour #26668B

Color information

#26668B (or 0x26668B) is unknown color: approx Endeavour. HEX triplet: 26, 66 and 8B. RGB value is (38,102,139). Sum of RGB (Red+Green+Blue) = 38+102+139=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #26668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26668B is #D99974. Grayscale: #565656. Windows color (decimal): -14260597 or 9135654. OLE color: 9135654.

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

Color convert

RGB38102139-
CMYK0.730.2700.45
HSL201.98º57.06%34.71%-
HSV(B)201.98º72.66%54.51%-
XYZ10.2111.7826.16-
YUV87.08157.392.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=13.62%
G=36.56%
B=49.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381021390.730.2700.45201.9857.0634.71
Hex26668B491B02Dca3923
Octal46146213111330553127143
Binary100110110011010001011100100111011010110111001010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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