#304F7B

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

Shades of St Tropaz #304F7B

Tints of St Tropaz #304F7B

Color information

#304F7B (or 0x304F7B) is unknown color: approx St Tropaz. HEX triplet: 30, 4F and 7B. RGB value is (48,79,123). Sum of RGB (Red+Green+Blue) = 48+79+123=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #304F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F7B is #CFB084. Grayscale: #4A4A4A. Windows color (decimal): -13611141 or 8081200. OLE color: 8081200.

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

Color convert

RGB4879123-
CMYK0.610.3600.52
HSL215.2º43.86%33.53%-
HSV(B)215.2º60.98%48.24%-
XYZ7.597.6519.82-
YUV74.75155.23108.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=19.2%
G=31.6%
B=49.2%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48791230.610.3600.52215.243.8633.53
Hex304F7B3D24034d72c22
Octal6011717375440643275442
Binary11000010011111111011111101100100011010011010111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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