#275B92

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

Shades of Endeavour #275B92

Tints of Endeavour #275B92

Color information

#275B92 (or 0x275B92) is unknown color: approx Endeavour. HEX triplet: 27, 5B and 92. RGB value is (39,91,146). Sum of RGB (Red+Green+Blue) = 39+91+146=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #275B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B92 is #D8A46D. Grayscale: #515151. Windows color (decimal): -14197870 or 9591591. OLE color: 9591591.

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

Color convert

RGB3991146-
CMYK0.730.3800.43
HSL210.84º57.84%36.27%-
HSV(B)210.84º73.29%57.25%-
XYZ9.779.9928.61-
YUV81.72164.2797.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=14.13%
G=32.97%
B=52.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39911460.730.3800.43210.8457.8436.27
Hex275B92492602Bd33a24
Octal47133222111460533237244
Binary1001111011011100100101001001100110010101111010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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