#275194

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

Shades of Endeavour #275194

Tints of Endeavour #275194

Color information

#275194 (or 0x275194) is unknown color: approx Endeavour. HEX triplet: 27, 51 and 94. RGB value is (39,81,148). Sum of RGB (Red+Green+Blue) = 39+81+148=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #275194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275194 is #D8AE6B. Grayscale: #4B4B4B. Windows color (decimal): -14200428 or 9720103. OLE color: 9720103.

HSL color Cylindrical-coordinate representation of color #275194: hue angle of 216.88º 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 #275194 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3981148-
CMYK0.740.4500.42
HSL216.88º58.29%36.67%-
HSV(B)216.88º73.65%58.04%-
XYZ9.128.4529.17-
YUV76.08168.59101.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=14.55%
G=30.22%
B=55.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39811480.740.4500.42216.8858.2936.67
Hex2751944A2D02Ad93a25
Octal47121224112550523317245
Binary1001111010001100101001001010101101010101011011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275194; }

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

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

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

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

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

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

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

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