#275498

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

Shades of Endeavour #275498

Tints of Endeavour #275498

Color information

#275498 (or 0x275498) is unknown color: approx Endeavour. HEX triplet: 27, 54 and 98. RGB value is (39,84,152). Sum of RGB (Red+Green+Blue) = 39+84+152=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #275498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275498 is #D8AB67. Grayscale: #4D4D4D. Windows color (decimal): -14199656 or 9983015. OLE color: 9983015.

HSL color Cylindrical-coordinate representation of color #275498: hue angle of 216.11º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275498 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3984152-
CMYK0.740.4500.40
HSL216.11º59.16%37.45%-
HSV(B)216.11º74.34%59.61%-
XYZ9.679.0430.94-
YUV78.3169.5999.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 152 (59.77% from 255) = 55.27%
R=14.18%
G=30.55%
B=55.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39841520.740.4500.40216.1159.1637.45
Hex2754984A2D028d83b25
Octal47124230112550503307345
Binary1001111010100100110001001010101101010100011011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275498; }

 p { color: rgb(39,84,152); }

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

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

 a { background-color: rgb(39,84,152); }

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

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

 span { border-color: rgb(39,84,152); }

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