#275C92

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

Shades of Endeavour #275C92

Tints of Endeavour #275C92

Color information

#275C92 (or 0x275C92) is unknown color: approx Endeavour. HEX triplet: 27, 5C and 92. RGB value is (39,92,146). Sum of RGB (Red+Green+Blue) = 39+92+146=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #275C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C92 is #D8A36D. Grayscale: #525252. Windows color (decimal): -14197614 or 9591847. OLE color: 9591847.

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

Color convert

RGB3992146-
CMYK0.730.3700.43
HSL210.28º57.84%36.27%-
HSV(B)210.28º73.29%57.25%-
XYZ9.8510.1628.64-
YUV82.31163.9497.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=14.08%
G=33.21%
B=52.71%

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
Decimal39921460.730.3700.43210.2857.8436.27
Hex275C92492502Bd23a24
Octal47134222111450533227244
Binary1001111011100100100101001001100101010101111010010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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