#275685

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

Shades of Endeavour #275685

Tints of Endeavour #275685

Color information

#275685 (or 0x275685) is unknown color: approx Endeavour. HEX triplet: 27, 56 and 85. RGB value is (39,86,133). Sum of RGB (Red+Green+Blue) = 39+86+133=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #275685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275685 is #D8A97A. Grayscale: #4D4D4D. Windows color (decimal): -14199163 or 8738343. OLE color: 8738343.

HSL color Cylindrical-coordinate representation of color #275685: hue angle of 210º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275685 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3986133-
CMYK0.710.3500.48
HSL210º54.65%33.73%-
HSV(B)210º70.68%52.16%-
XYZ8.48.7823.44-
YUV77.31159.43100.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=15.12%
G=33.33%
B=51.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39861330.710.3500.4821054.6533.73
Hex2756854723030d23722
Octal47126205107430603226742
Binary1001111010110100001011000111100011011000011010010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275685; }

 p { color: rgb(39,86,133); }

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

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

 a { background-color: rgb(39,86,133); }

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

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

 span { border-color: rgb(39,86,133); }

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