#275584

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

Shades of Endeavour #275584

Tints of Endeavour #275584

Color information

#275584 (or 0x275584) is unknown color: approx Endeavour. HEX triplet: 27, 55 and 84. RGB value is (39,85,132). Sum of RGB (Red+Green+Blue) = 39+85+132=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #275584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275584 is #D8AA7B. Grayscale: #4C4C4C. Windows color (decimal): -14199420 or 8672551. OLE color: 8672551.

HSL color Cylindrical-coordinate representation of color #275584: hue angle of 210.32º 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 #275584 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3985132-
CMYK0.700.3600.48
HSL210.32º54.39%33.53%-
HSV(B)210.32º70.45%51.76%-
XYZ8.258.5923.05-
YUV76.6159.26101.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=15.23%
G=33.20%
B=51.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39851320.700.3600.48210.3254.3933.53
Hex2755844624030d23622
Octal47125204106440603226642
Binary1001111010101100001001000110100100011000011010010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275584; }

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

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

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

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

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

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

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

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