#304F7C

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

Shades of St Tropaz #304F7C

Tints of St Tropaz #304F7C

Color information

#304F7C (or 0x304F7C) is unknown color: approx St Tropaz. HEX triplet: 30, 4F and 7C. RGB value is (48,79,124). Sum of RGB (Red+Green+Blue) = 48+79+124=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #304F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F7C is #CFB083. Grayscale: #4A4A4A. Windows color (decimal): -13611140 or 8146736. OLE color: 8146736.

HSL color Cylindrical-coordinate representation of color #304F7C: hue angle of 215.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #304F7C is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4879124-
CMYK0.610.3600.51
HSL215.53º44.19%33.73%-
HSV(B)215.53º61.29%48.63%-
XYZ7.657.6820.15-
YUV74.86155.73108.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=19.12%
G=31.47%
B=49.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48791240.610.3600.51215.5344.1933.73
Hex304F7C3D24033d82c22
Octal6011717475440633305442
Binary11000010011111111100111101100100011001111011000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,124); }

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

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

 a { background-color: rgb(48,79,124); }

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

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

 span { border-color: rgb(48,79,124); }

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