#26668D

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

Shades of Endeavour #26668D

Tints of Endeavour #26668D

Color information

#26668D (or 0x26668D) is unknown color: approx Endeavour. HEX triplet: 26, 66 and 8D. RGB value is (38,102,141). Sum of RGB (Red+Green+Blue) = 38+102+141=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #26668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26668D is #D99972. Grayscale: #575757. Windows color (decimal): -14260595 or 9266726. OLE color: 9266726.

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

Color convert

RGB38102141-
CMYK0.730.2800.45
HSL202.72º57.54%35.1%-
HSV(B)202.72º73.05%55.29%-
XYZ10.3611.8426.94-
YUV87.31158.392.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=13.52%
G=36.30%
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
Decimal381021410.730.2800.45202.7257.5435.1
Hex26668D491C02Dcb3a23
Octal46146215111340553137243
Binary100110110011010001101100100111100010110111001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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