#276792

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

Shades of Endeavour #276792

Tints of Endeavour #276792

Color information

#276792 (or 0x276792) is unknown color: approx Endeavour. HEX triplet: 27, 67 and 92. RGB value is (39,103,146). Sum of RGB (Red+Green+Blue) = 39+103+146=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #276792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276792 is #D8986D. Grayscale: #585858. Windows color (decimal): -14194798 or 9594663. OLE color: 9594663.

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

Color convert

RGB39103146-
CMYK0.730.2900.43
HSL204.11º57.84%36.27%-
HSV(B)204.11º73.29%57.25%-
XYZ10.8812.2128.98-
YUV88.77160.392.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=13.54%
G=35.76%
B=50.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391031460.730.2900.43204.1157.8436.27
Hex276792491D02Bcc3a24
Octal47147222111350533147244
Binary100111110011110010010100100111101010101111001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276792; }

 p { color: rgb(39,103,146); }

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

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

 a { background-color: rgb(39,103,146); }

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

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

 span { border-color: rgb(39,103,146); }

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