#27648A

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

Shades of Endeavour #27648A

Tints of Endeavour #27648A

Color information

#27648A (or 0x27648A) is unknown color: approx Endeavour. HEX triplet: 27, 64 and 8A. RGB value is (39,100,138). Sum of RGB (Red+Green+Blue) = 39+100+138=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #27648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27648A is #D89B75. Grayscale: #555555. Windows color (decimal): -14195574 or 9069607. OLE color: 9069607.

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

Color convert

RGB39100138-
CMYK0.720.2800.46
HSL203.03º55.93%34.71%-
HSV(B)203.03º71.74%54.12%-
XYZ9.9811.3825.72-
YUV86.09157.2994.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=14.08%
G=36.10%
B=49.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391001380.720.2800.46203.0355.9334.71
Hex27648A481C02Ecb3823
Octal47144212110340563137043
Binary100111110010010001010100100011100010111011001011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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