#27628A

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

Shades of Endeavour #27628A

Tints of Endeavour #27628A

Color information

#27628A (or 0x27628A) is unknown color: approx Endeavour. HEX triplet: 27, 62 and 8A. RGB value is (39,98,138). Sum of RGB (Red+Green+Blue) = 39+98+138=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #27628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27628A is #D89D75. Grayscale: #545454. Windows color (decimal): -14196086 or 9069095. OLE color: 9069095.

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

Color convert

RGB3998138-
CMYK0.720.2900.46
HSL204.24º55.93%34.71%-
HSV(B)204.24º71.74%54.12%-
XYZ9.791125.65-
YUV84.92157.9595.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=14.18%
G=35.64%
B=50.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39981380.720.2900.46204.2455.9334.71
Hex27628A481D02Ecc3823
Octal47142212110350563147043
Binary100111110001010001010100100011101010111011001100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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