#275796

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

Shades of Endeavour #275796

Tints of Endeavour #275796

Color information

#275796 (or 0x275796) is unknown color: approx Endeavour. HEX triplet: 27, 57 and 96. RGB value is (39,87,150). Sum of RGB (Red+Green+Blue) = 39+87+150=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #275796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275796 is #D8A869. Grayscale: #4F4F4F. Windows color (decimal): -14198890 or 9852711. OLE color: 9852711.

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

Color convert

RGB3987150-
CMYK0.740.4200.41
HSL214.05º58.73%37.06%-
HSV(B)214.05º74%58.82%-
XYZ9.759.4530.16-
YUV79.83167.698.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=14.13%
G=31.52%
B=54.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39871500.740.4200.41214.0558.7337.06
Hex2757964A2A029d63b25
Octal47127226112520513267345
Binary1001111010111100101101001010101010010100111010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275796; }

 p { color: rgb(39,87,150); }

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

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

 a { background-color: rgb(39,87,150); }

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

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

 span { border-color: rgb(39,87,150); }

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