#275396

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

Shades of Endeavour #275396

Tints of Endeavour #275396

Color information

#275396 (or 0x275396) is unknown color: approx Endeavour. HEX triplet: 27, 53 and 96. RGB value is (39,83,150). Sum of RGB (Red+Green+Blue) = 39+83+150=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #275396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275396 is #D8AC69. Grayscale: #4D4D4D. Windows color (decimal): -14199914 or 9851687. OLE color: 9851687.

HSL color Cylindrical-coordinate representation of color #275396: hue angle of 216.22º 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 #275396 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3983150-
CMYK0.740.4500.41
HSL216.22º58.73%37.06%-
HSV(B)216.22º74%58.82%-
XYZ9.438.8230.06-
YUV77.48168.92100.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=14.34%
G=30.51%
B=55.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39831500.740.4500.41216.2258.7337.06
Hex2753964A2D029d83b25
Octal47123226112550513307345
Binary1001111010011100101101001010101101010100111011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275396; }

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

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

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

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

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

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

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

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