#27648B

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

Shades of Endeavour #27648B

Tints of Endeavour #27648B

Color information

#27648B (or 0x27648B) is unknown color: approx Endeavour. HEX triplet: 27, 64 and 8B. RGB value is (39,100,139). Sum of RGB (Red+Green+Blue) = 39+100+139=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #27648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27648B is #D89B74. Grayscale: #555555. Windows color (decimal): -14195573 or 9135143. OLE color: 9135143.

HSL color Cylindrical-coordinate representation of color #27648B: hue angle of 203.4º degrees, saturation: 0.56, 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 #27648B is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39100139-
CMYK0.720.2800.45
HSL203.4º56.18%34.9%-
HSV(B)203.4º71.94%54.51%-
XYZ10.0511.4126.1-
YUV86.21157.7994.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 139 (54.69% from 255) = 50%
R=14.03%
G=35.97%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391001390.720.2800.45203.456.1834.9
Hex27648B481C02Dcb3823
Octal47144213110340553137043
Binary100111110010010001011100100011100010110111001011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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