#276397

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

Shades of Endeavour #276397

Tints of Endeavour #276397

Color information

#276397 (or 0x276397) is unknown color: approx Endeavour. HEX triplet: 27, 63 and 97. RGB value is (39,99,151). Sum of RGB (Red+Green+Blue) = 39+99+151=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #276397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276397 is #D89C68. Grayscale: #565656. Windows color (decimal): -14195817 or 9921319. OLE color: 9921319.

HSL color Cylindrical-coordinate representation of color #276397: hue angle of 207.86º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276397 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3999151-
CMYK0.740.3400.41
HSL207.86º58.95%37.25%-
HSV(B)207.86º74.17%59.22%-
XYZ10.8811.5930.94-
YUV86.99164.1293.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=13.49%
G=34.26%
B=52.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39991510.740.3400.41207.8658.9537.25
Hex2763974A22029d03b25
Octal47143227112420513207345
Binary1001111100011100101111001010100010010100111010000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276397; }

 p { color: rgb(39,99,151); }

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

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

 a { background-color: rgb(39,99,151); }

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

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

 span { border-color: rgb(39,99,151); }

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