#275692

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

Shades of Endeavour #275692

Tints of Endeavour #275692

Color information

#275692 (or 0x275692) is unknown color: approx Endeavour. HEX triplet: 27, 56 and 92. RGB value is (39,86,146). Sum of RGB (Red+Green+Blue) = 39+86+146=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #275692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275692 is #D8A96D. Grayscale: #4E4E4E. Windows color (decimal): -14199150 or 9590311. OLE color: 9590311.

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

Color convert

RGB3986146-
CMYK0.730.4100.43
HSL213.64º57.84%36.27%-
HSV(B)213.64º73.29%57.25%-
XYZ9.359.1628.47-
YUV78.79165.9399.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=14.39%
G=31.73%
B=53.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39861460.730.4100.43213.6457.8436.27
Hex275692492902Bd63a24
Octal47126222111510533267244
Binary1001111010110100100101001001101001010101111010110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275692; }

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

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

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

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

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

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

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

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