#276191

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

Shades of Endeavour #276191

Tints of Endeavour #276191

Color information

#276191 (or 0x276191) is unknown color: approx Endeavour. HEX triplet: 27, 61 and 91. RGB value is (39,97,145). Sum of RGB (Red+Green+Blue) = 39+97+145=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #276191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276191 is #D89E6E. Grayscale: #545454. Windows color (decimal): -14196335 or 9527591. OLE color: 9527591.

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

Color convert

RGB3997145-
CMYK0.730.3300.43
HSL207.17º57.61%36.08%-
HSV(B)207.17º73.1%56.86%-
XYZ10.2211.0328.38-
YUV85.13161.7895.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=13.88%
G=34.52%
B=51.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39971450.730.3300.43207.1757.6136.08
Hex276191492102Bcf3a24
Octal47141221111410533177244
Binary1001111100001100100011001001100001010101111001111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276191; }

 p { color: rgb(39,97,145); }

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

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

 a { background-color: rgb(39,97,145); }

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

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

 span { border-color: rgb(39,97,145); }

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