#04304C

Color #04304C Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #04304C

Tints of Prussian Blue #04304C

Color information

#04304C (or 0x04304C) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 4C. RGB value is (4,48,76). Sum of RGB (Red+Green+Blue) = 4+48+76=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #04304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04304C is #FBCFB3. Grayscale: #252525. Windows color (decimal): -16502708 or 4993028. OLE color: 4993028.

HSL color Cylindrical-coordinate representation of color #04304C: hue angle of 203.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04304C is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB44876-
CMYK0.950.3700.70
HSL203.33º90%15.69%-
HSV(B)203.33º94.74%29.8%-
XYZ2.412.667.22-
YUV38.04149.42103.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=3.12%
G=37.5%
B=59.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal448760.950.3700.70203.339015.69
Hex4304C5F25046cb5a10
Octal46011413745010631313220
Binary100110000100110010111111001010100011011001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04304C; }

 p { color: rgb(4,48,76); }

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

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

 a { background-color: rgb(4,48,76); }

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

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

 span { border-color: rgb(4,48,76); }

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