#26638A

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

Shades of Endeavour #26638A

Tints of Endeavour #26638A

Color information

#26638A (or 0x26638A) is unknown color: approx Endeavour. HEX triplet: 26, 63 and 8A. RGB value is (38,99,138). Sum of RGB (Red+Green+Blue) = 38+99+138=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #26638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26638A is #D99C75. Grayscale: #545454. Windows color (decimal): -14261366 or 9069350. OLE color: 9069350.

HSL color Cylindrical-coordinate representation of color #26638A: hue angle of 203.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26638A is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3899138-
CMYK0.720.2800.46
HSL203.4º56.82%34.51%-
HSV(B)203.4º72.46%54.12%-
XYZ9.8511.1725.68-
YUV85.21157.7994.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=13.82%
G=36%
B=50.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38991380.720.2800.46203.456.8234.51
Hex26638A481C02Ecb3923
Octal46143212110340563137143
Binary100110110001110001010100100011100010111011001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26638A; }

 p { color: rgb(38,99,138); }

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

<style>
 a { background-color: #26638A; }

 a { background-color: rgb(38,99,138); }

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

<style>
 span { border-color: #26638A; }

 span { border-color: rgb(38,99,138); }

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