#275297

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

Shades of Endeavour #275297

Tints of Endeavour #275297

Color information

#275297 (or 0x275297) is unknown color: approx Endeavour. HEX triplet: 27, 52 and 97. RGB value is (39,82,151). Sum of RGB (Red+Green+Blue) = 39+82+151=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #275297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275297 is #D8AD68. Grayscale: #4C4C4C. Windows color (decimal): -14200169 or 9916967. OLE color: 9916967.

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

Color convert

RGB3982151-
CMYK0.740.4600.41
HSL216.96º58.95%37.25%-
HSV(B)216.96º74.17%59.22%-
XYZ9.448.730.46-
YUV77.01169.75100.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=14.34%
G=30.15%
B=55.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39821510.740.4600.41216.9658.9537.25
Hex2752974A2E029d93b25
Octal47122227112560513317345
Binary1001111010010100101111001010101110010100111011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275297; }

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

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

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

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

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

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

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

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