#275F93

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

Shades of Endeavour #275F93

Tints of Endeavour #275F93

Color information

#275F93 (or 0x275F93) is unknown color: approx Endeavour. HEX triplet: 27, 5F and 93. RGB value is (39,95,147). Sum of RGB (Red+Green+Blue) = 39+95+147=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #275F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F93 is #D8A06C. Grayscale: #535353. Windows color (decimal): -14196845 or 9658151. OLE color: 9658151.

HSL color Cylindrical-coordinate representation of color #275F93: hue angle of 208.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275F93 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3995147-
CMYK0.730.3500.42
HSL208.89º58.06%36.47%-
HSV(B)208.89º73.47%57.65%-
XYZ10.210.7229.14-
YUV84.18163.4595.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=13.88%
G=33.81%
B=52.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39951470.730.3500.42208.8958.0636.47
Hex275F93492302Ad13a24
Octal47137223111430523217244
Binary1001111011111100100111001001100011010101011010001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,95,147); }

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

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

 a { background-color: rgb(39,95,147); }

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

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

 span { border-color: rgb(39,95,147); }

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