#04304D

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

Shades of Prussian Blue #04304D

Tints of Prussian Blue #04304D

Color information

#04304D (or 0x04304D) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 4D. RGB value is (4,48,77). Sum of RGB (Red+Green+Blue) = 4+48+77=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #04304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04304D is #FBCFB2. Grayscale: #252525. Windows color (decimal): -16502707 or 5058564. OLE color: 5058564.

HSL color Cylindrical-coordinate representation of color #04304D: hue angle of 203.84º 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 #04304D is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB44877-
CMYK0.950.3800.70
HSL203.84º90.12%15.88%-
HSV(B)203.84º94.81%30.2%-
XYZ2.452.687.41-
YUV38.15149.92103.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=3.10%
G=37.21%
B=59.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal448770.950.3800.70203.8490.1215.88
Hex4304D5F26046cc5a10
Octal46011513746010631413220
Binary100110000100110110111111001100100011011001100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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