#275097

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

Shades of Endeavour #275097

Tints of Endeavour #275097

Color information

#275097 (or 0x275097) is unknown color: approx Endeavour. HEX triplet: 27, 50 and 97. RGB value is (39,80,151). Sum of RGB (Red+Green+Blue) = 39+80+151=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #275097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275097 is #D8AF68. Grayscale: #4B4B4B. Windows color (decimal): -14200681 or 9916455. OLE color: 9916455.

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

Color convert

RGB3980151-
CMYK0.740.4700.41
HSL218.04º58.95%37.25%-
HSV(B)218.04º74.17%59.22%-
XYZ9.298.430.41-
YUV75.83170.42101.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.44%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 151 (59.38% from 255) = 55.93%
R=14.44%
G=29.63%
B=55.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39801510.740.4700.41218.0458.9537.25
Hex2750974A2F029da3b25
Octal47120227112570513327345
Binary1001111010000100101111001010101111010100111011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275097; }

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

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

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

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

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

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

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

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