#275C98

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

Shades of Endeavour #275C98

Tints of Endeavour #275C98

Color information

#275C98 (or 0x275C98) is unknown color: approx Endeavour. HEX triplet: 27, 5C and 98. RGB value is (39,92,152). Sum of RGB (Red+Green+Blue) = 39+92+152=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #275C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C98 is #D8A367. Grayscale: #525252. Windows color (decimal): -14197608 or 9985063. OLE color: 9985063.

HSL color Cylindrical-coordinate representation of color #275C98: hue angle of 211.86º 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 #275C98 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3992152-
CMYK0.740.3900.40
HSL211.86º59.16%37.45%-
HSV(B)211.86º74.34%59.61%-
XYZ10.3310.3531.16-
YUV82.99166.9496.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=13.78%
G=32.51%
B=53.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39921520.740.3900.40211.8659.1637.45
Hex275C984A27028d43b25
Octal47134230112470503247345
Binary1001111011100100110001001010100111010100011010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275C98; }

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

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

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

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

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

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

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

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