#276090

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

Shades of Endeavour #276090

Tints of Endeavour #276090

Color information

#276090 (or 0x276090) is unknown color: approx Endeavour. HEX triplet: 27, 60 and 90. RGB value is (39,96,144). Sum of RGB (Red+Green+Blue) = 39+96+144=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #276090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276090 is #D89F6F. Grayscale: #545454. Windows color (decimal): -14196592 or 9461799. OLE color: 9461799.

HSL color Cylindrical-coordinate representation of color #276090: hue angle of 207.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276090 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3996144-
CMYK0.730.3300.44
HSL207.43º57.38%35.88%-
HSV(B)207.43º72.92%56.47%-
XYZ10.0510.8127.94-
YUV84.43161.6295.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=13.98%
G=34.41%
B=51.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39961440.730.3300.44207.4357.3835.88
Hex276090492102Ccf3924
Octal47140220111410543177144
Binary1001111100000100100001001001100001010110011001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276090; }

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

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

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

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

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

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

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

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