#27608A

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

Shades of Endeavour #27608A

Tints of Endeavour #27608A

Color information

#27608A (or 0x27608A) is unknown color: approx Endeavour. HEX triplet: 27, 60 and 8A. RGB value is (39,96,138). Sum of RGB (Red+Green+Blue) = 39+96+138=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #27608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27608A is #D89F75. Grayscale: #535353. Windows color (decimal): -14196598 or 9068583. OLE color: 9068583.

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

Color convert

RGB3996138-
CMYK0.720.3000.46
HSL205.45º55.93%34.71%-
HSV(B)205.45º71.74%54.12%-
XYZ9.6110.6325.59-
YUV83.74158.6296.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=14.29%
G=35.16%
B=50.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39961380.720.3000.46205.4555.9334.71
Hex27608A481E02Ecd3823
Octal47140212110360563157043
Binary100111110000010001010100100011110010111011001101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,96,138); }

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

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

 a { background-color: rgb(39,96,138); }

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

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

 span { border-color: rgb(39,96,138); }

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