#276093

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

Shades of Endeavour #276093

Tints of Endeavour #276093

Color information

#276093 (or 0x276093) is unknown color: approx Endeavour. HEX triplet: 27, 60 and 93. RGB value is (39,96,147). Sum of RGB (Red+Green+Blue) = 39+96+147=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #276093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276093 is #D89F6C. Grayscale: #545454. Windows color (decimal): -14196589 or 9658407. OLE color: 9658407.

HSL color Cylindrical-coordinate representation of color #276093: hue angle of 208.33º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276093 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3996147-
CMYK0.730.3500.42
HSL208.33º58.06%36.47%-
HSV(B)208.33º73.47%57.65%-
XYZ10.2910.929.17-
YUV84.77163.1295.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.83%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=13.83%
G=34.04%
B=52.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39961470.730.3500.42208.3358.0636.47
Hex276093492302Ad03a24
Octal47140223111430523207244
Binary1001111100000100100111001001100011010101011010000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276093; }

 p { color: rgb(39,96,147); }

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

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

 a { background-color: rgb(39,96,147); }

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

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

 span { border-color: rgb(39,96,147); }

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