#275588

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

Shades of Endeavour #275588

Tints of Endeavour #275588

Color information

#275588 (or 0x275588) is unknown color: approx Endeavour. HEX triplet: 27, 55 and 88. RGB value is (39,85,136). Sum of RGB (Red+Green+Blue) = 39+85+136=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #275588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275588 is #D8AA77. Grayscale: #4C4C4C. Windows color (decimal): -14199416 or 8934695. OLE color: 8934695.

HSL color Cylindrical-coordinate representation of color #275588: hue angle of 211.55º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275588 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3985136-
CMYK0.710.3800.47
HSL211.55º55.43%34.31%-
HSV(B)211.55º71.32%53.33%-
XYZ8.538.7124.52-
YUV77.06161.26100.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=15%
G=32.69%
B=52.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39851360.710.3800.47211.5555.4334.31
Hex275588472602Fd43722
Octal47125210107460573246742
Binary1001111010101100010001000111100110010111111010100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275588; }

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

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

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

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

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

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

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

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