#27648D

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

Shades of Endeavour #27648D

Tints of Endeavour #27648D

Color information

#27648D (or 0x27648D) is unknown color: approx Endeavour. HEX triplet: 27, 64 and 8D. RGB value is (39,100,141). Sum of RGB (Red+Green+Blue) = 39+100+141=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #27648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27648D is #D89B72. Grayscale: #565656. Windows color (decimal): -14195571 or 9266215. OLE color: 9266215.

HSL color Cylindrical-coordinate representation of color #27648D: hue angle of 204.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27648D is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39100141-
CMYK0.720.2900.45
HSL204.12º56.67%35.29%-
HSV(B)204.12º72.34%55.29%-
XYZ10.211.4726.88-
YUV86.43158.7994.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=13.93%
G=35.71%
B=50.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391001410.720.2900.45204.1256.6735.29
Hex27648D481D02Dcc3923
Octal47144215110350553147143
Binary100111110010010001101100100011101010110111001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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