#27648E

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

Shades of Endeavour #27648E

Tints of Endeavour #27648E

Color information

#27648E (or 0x27648E) is unknown color: approx Endeavour. HEX triplet: 27, 64 and 8E. RGB value is (39,100,142). Sum of RGB (Red+Green+Blue) = 39+100+142=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #27648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27648E is #D89B71. Grayscale: #565656. Windows color (decimal): -14195570 or 9331751. OLE color: 9331751.

HSL color Cylindrical-coordinate representation of color #27648E: hue angle of 204.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27648E is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39100142-
CMYK0.730.3000.44
HSL204.47º56.91%35.49%-
HSV(B)204.47º72.54%55.69%-
XYZ10.2811.527.27-
YUV86.55159.2994.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=13.88%
G=35.59%
B=50.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391001420.730.3000.44204.4756.9135.49
Hex27648E491E02Ccc3923
Octal47144216111360543147143
Binary100111110010010001110100100111110010110011001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27648E; }

 p { color: rgb(39,100,142); }

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

<style>
 a { background-color: #27648E; }

 a { background-color: rgb(39,100,142); }

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

<style>
 span { border-color: #27648E; }

 span { border-color: rgb(39,100,142); }

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