#27638C

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

Shades of Endeavour #27638C

Tints of Endeavour #27638C

Color information

#27638C (or 0x27638C) is unknown color: approx Endeavour. HEX triplet: 27, 63 and 8C. RGB value is (39,99,140). Sum of RGB (Red+Green+Blue) = 39+99+140=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #27638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27638C is #D89C73. Grayscale: #555555. Windows color (decimal): -14195828 or 9200423. OLE color: 9200423.

HSL color Cylindrical-coordinate representation of color #27638C: hue angle of 204.36º 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 #27638C is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3999140-
CMYK0.720.2900.45
HSL204.36º56.42%35.1%-
HSV(B)204.36º72.14%54.9%-
XYZ10.0311.2526.45-
YUV85.73158.6294.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=14.03%
G=35.61%
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
Decimal39991400.720.2900.45204.3656.4235.1
Hex27638C481D02Dcc3823
Octal47143214110350553147043
Binary100111110001110001100100100011101010110111001100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27638C; }

 p { color: rgb(39,99,140); }

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

<style>
 a { background-color: #27638C; }

 a { background-color: rgb(39,99,140); }

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

<style>
 span { border-color: #27638C; }

 span { border-color: rgb(39,99,140); }

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