#276396

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

Shades of Endeavour #276396

Tints of Endeavour #276396

Color information

#276396 (or 0x276396) is unknown color: approx Endeavour. HEX triplet: 27, 63 and 96. RGB value is (39,99,150). Sum of RGB (Red+Green+Blue) = 39+99+150=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #276396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276396 is #D89C69. Grayscale: #565656. Windows color (decimal): -14195818 or 9855783. OLE color: 9855783.

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

Color convert

RGB3999150-
CMYK0.740.3400.41
HSL207.57º58.73%37.06%-
HSV(B)207.57º74%58.82%-
XYZ10.811.5630.52-
YUV86.87163.6293.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=13.54%
G=34.38%
B=52.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39991500.740.3400.41207.5758.7337.06
Hex2763964A22029d03b25
Octal47143226112420513207345
Binary1001111100011100101101001010100010010100111010000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276396; }

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

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

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

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

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

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

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

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