#26568A

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

Shades of Endeavour #26568A

Tints of Endeavour #26568A

Color information

#26568A (or 0x26568A) is unknown color: approx Endeavour. HEX triplet: 26, 56 and 8A. RGB value is (38,86,138). Sum of RGB (Red+Green+Blue) = 38+86+138=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #26568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26568A is #D9A975. Grayscale: #4D4D4D. Windows color (decimal): -14264694 or 9066022. OLE color: 9066022.

HSL color Cylindrical-coordinate representation of color #26568A: hue angle of 211.2º 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 #26568A is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3886138-
CMYK0.720.3800.46
HSL211.2º56.82%34.51%-
HSV(B)211.2º72.46%54.12%-
XYZ8.718.925.3-
YUV77.58162.199.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=14.50%
G=32.82%
B=52.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38861380.720.3800.46211.256.8234.51
Hex26568A482602Ed33923
Octal46126212110460563237143
Binary1001101010110100010101001000100110010111011010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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