#275C96

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

Shades of Endeavour #275C96

Tints of Endeavour #275C96

Color information

#275C96 (or 0x275C96) is unknown color: approx Endeavour. HEX triplet: 27, 5C and 96. RGB value is (39,92,150). Sum of RGB (Red+Green+Blue) = 39+92+150=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #275C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C96 is #D8A369. Grayscale: #525252. Windows color (decimal): -14197610 or 9853991. OLE color: 9853991.

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

Color convert

RGB3992150-
CMYK0.740.3900.41
HSL211.35º58.73%37.06%-
HSV(B)211.35º74%58.82%-
XYZ10.1710.2930.3-
YUV82.76165.9496.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=13.88%
G=32.74%
B=53.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39921500.740.3900.41211.3558.7337.06
Hex275C964A27029d33b25
Octal47134226112470513237345
Binary1001111011100100101101001010100111010100111010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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