#306196

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

Shades of Endeavour #306196

Tints of Endeavour #306196

Color information

#306196 (or 0x306196) is unknown color: approx Endeavour. HEX triplet: 30, 61 and 96. RGB value is (48,97,150). Sum of RGB (Red+Green+Blue) = 48+97+150=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #306196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306196 is #CF9E69. Grayscale: #585858. Windows color (decimal): -13606506 or 9855280. OLE color: 9855280.

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

Color convert

RGB4897150-
CMYK0.680.3500.41
HSL211.18º51.52%38.82%-
HSV(B)211.18º68%58.82%-
XYZ1111.3830.47-
YUV88.39162.7799.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=16.27%
G=32.88%
B=50.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48971500.680.3500.41211.1851.5238.82
Hex3061964423029d33427
Octal60141226104430513236447
Binary1100001100001100101101000100100011010100111010011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306196; }

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

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

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

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

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

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

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

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