#275C91

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

Shades of Endeavour #275C91

Tints of Endeavour #275C91

Color information

#275C91 (or 0x275C91) is unknown color: approx Endeavour. HEX triplet: 27, 5C and 91. RGB value is (39,92,145). Sum of RGB (Red+Green+Blue) = 39+92+145=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #275C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C91 is #D8A36E. Grayscale: #515151. Windows color (decimal): -14197615 or 9526311. OLE color: 9526311.

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

Color convert

RGB3992145-
CMYK0.730.3700.43
HSL210º57.61%36.08%-
HSV(B)210º73.1%56.86%-
XYZ9.7710.1328.23-
YUV82.2163.4497.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=14.13%
G=33.33%
B=52.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39921450.730.3700.4321057.6136.08
Hex275C91492502Bd23a24
Octal47134221111450533227244
Binary1001111011100100100011001001100101010101111010010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275C91; }

 p { color: rgb(39,92,145); }

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

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

 a { background-color: rgb(39,92,145); }

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

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

 span { border-color: rgb(39,92,145); }

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