#306096

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

Shades of Endeavour #306096

Tints of Endeavour #306096

Color information

#306096 (or 0x306096) is unknown color: approx Endeavour. HEX triplet: 30, 60 and 96. RGB value is (48,96,150). Sum of RGB (Red+Green+Blue) = 48+96+150=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #306096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306096 is #CF9F69. Grayscale: #575757. Windows color (decimal): -13606762 or 9855024. OLE color: 9855024.

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

Color convert

RGB4896150-
CMYK0.680.3600.41
HSL211.76º51.52%38.82%-
HSV(B)211.76º68%58.82%-
XYZ10.9111.230.44-
YUV87.8163.199.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=16.33%
G=32.65%
B=51.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48961500.680.3600.41211.7651.5238.82
Hex3060964424029d43427
Octal60140226104440513246447
Binary1100001100000100101101000100100100010100111010100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306096; }

 p { color: rgb(48,96,150); }

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

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

 a { background-color: rgb(48,96,150); }

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

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

 span { border-color: rgb(48,96,150); }

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