#275094

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

Shades of Endeavour #275094

Tints of Endeavour #275094

Color information

#275094 (or 0x275094) is unknown color: approx Endeavour. HEX triplet: 27, 50 and 94. RGB value is (39,80,148). Sum of RGB (Red+Green+Blue) = 39+80+148=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #275094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275094 is #D8AF6B. Grayscale: #4B4B4B. Windows color (decimal): -14200684 or 9719847. OLE color: 9719847.

HSL color Cylindrical-coordinate representation of color #275094: hue angle of 217.43º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275094 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3980148-
CMYK0.740.4600.42
HSL217.43º58.29%36.67%-
HSV(B)217.43º73.65%58.04%-
XYZ9.058.3129.14-
YUV75.49168.92101.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 148 (58.20% from 255) = 55.43%
R=14.61%
G=29.96%
B=55.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39801480.740.4600.42217.4358.2936.67
Hex2750944A2E02Ad93a25
Octal47120224112560523317245
Binary1001111010000100101001001010101110010101011011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275094; }

 p { color: rgb(39,80,148); }

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

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

 a { background-color: rgb(39,80,148); }

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

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

 span { border-color: rgb(39,80,148); }

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