#276690

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

Shades of Endeavour #276690

Tints of Endeavour #276690

Color information

#276690 (or 0x276690) is unknown color: approx Endeavour. HEX triplet: 27, 66 and 90. RGB value is (39,102,144). Sum of RGB (Red+Green+Blue) = 39+102+144=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #276690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276690 is #D8996F. Grayscale: #575757. Windows color (decimal): -14195056 or 9463335. OLE color: 9463335.

HSL color Cylindrical-coordinate representation of color #276690: hue angle of 204º 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 #276690 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39102144-
CMYK0.730.2900.44
HSL204º57.38%35.88%-
HSV(B)204º72.92%56.47%-
XYZ10.6211.9528.13-
YUV87.95159.6393.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=13.68%
G=35.79%
B=50.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391021440.730.2900.4420457.3835.88
Hex276690491D02Ccc3924
Octal47146220111350543147144
Binary100111110011010010000100100111101010110011001100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276690; }

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

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

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

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

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

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

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

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