#304E76

Color #304E76 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #304E76

Tints of St Tropaz #304E76

Color information

#304E76 (or 0x304E76) is unknown color: approx St Tropaz. HEX triplet: 30, 4E and 76. RGB value is (48,78,118). Sum of RGB (Red+Green+Blue) = 48+78+118=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #304E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E76 is #CFB189. Grayscale: #494949. Windows color (decimal): -13611402 or 7753264. OLE color: 7753264.

HSL color Cylindrical-coordinate representation of color #304E76: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304E76 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4878118-
CMYK0.590.3400.54
HSL214.29º42.17%32.55%-
HSV(B)214.29º59.32%46.27%-
XYZ7.217.3918.18-
YUV73.59153.06109.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=19.67%
G=31.97%
B=48.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48781180.590.3400.54214.2942.1732.55
Hex304E763B22036d62a21
Octal6011616673420663265241
Binary11000010011101110110111011100010011011011010110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304E76; }

 p { color: rgb(48,78,118); }

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

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

 a { background-color: rgb(48,78,118); }

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

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

 span { border-color: rgb(48,78,118); }

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