#306191

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

Shades of Endeavour #306191

Tints of Endeavour #306191

Color information

#306191 (or 0x306191) is unknown color: approx Endeavour. HEX triplet: 30, 61 and 91. RGB value is (48,97,145). Sum of RGB (Red+Green+Blue) = 48+97+145=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #306191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306191 is #CF9E6E. Grayscale: #575757. Windows color (decimal): -13606511 or 9527600. OLE color: 9527600.

HSL color Cylindrical-coordinate representation of color #306191: hue angle of 209.69º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306191 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4897145-
CMYK0.670.3300.43
HSL209.69º50.26%37.84%-
HSV(B)209.69º66.9%56.86%-
XYZ10.611.2228.4-
YUV87.82160.2799.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 145 (57.03% from 255) = 50%
R=16.55%
G=33.45%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48971450.670.3300.43209.6950.2637.84
Hex306191432102Bd23226
Octal60141221103410533226246
Binary1100001100001100100011000011100001010101111010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306191; }

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

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

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

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

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

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

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

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