#275284

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

Shades of Endeavour #275284

Tints of Endeavour #275284

Color information

#275284 (or 0x275284) is unknown color: approx Endeavour. HEX triplet: 27, 52 and 84. RGB value is (39,82,132). Sum of RGB (Red+Green+Blue) = 39+82+132=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #275284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275284 is #D8AD7B. Grayscale: #4A4A4A. Windows color (decimal): -14200188 or 8671783. OLE color: 8671783.

HSL color Cylindrical-coordinate representation of color #275284: hue angle of 212.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275284 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3982132-
CMYK0.700.3800.48
HSL212.26º54.39%33.53%-
HSV(B)212.26º70.45%51.76%-
XYZ8.028.1322.98-
YUV74.84160.25102.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=15.42%
G=32.41%
B=52.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39821320.700.3800.48212.2654.3933.53
Hex2752844626030d43622
Octal47122204106460603246642
Binary1001111010010100001001000110100110011000011010100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275284; }

 p { color: rgb(39,82,132); }

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

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

 a { background-color: rgb(39,82,132); }

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

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

 span { border-color: rgb(39,82,132); }

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