Html Css Color HEX #04325F Prussian Blue

📋 copy color: '#04325F'

red 4 ◦ green 50 ◦ blue 95

#04325F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #04325F

Tints of Prussian Blue #04325F

RGB

 RED value IS 4 (1.95% from 255) = 2.68%

 GREEN value IS 50 (19.92% from 255) = 33.56%

 BLUE value IS 95 (37.5% from 255) = 63.76%

R = 2.68%
G = 33.56%
B = 63.76%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04325F (or 0x04325F) is known color: Prussian Blue. HEX triplet: 04, 32 and 5F. RGB value is (4,50,95). Sum of RGB (Red+Green+Blue) = 4+50+95=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #04325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04325F is #FBCDA0. Grayscale: #292929. Windows color (decimal): -16502177 or 6238724. OLE color: 6238724.

HSL color Cylindrical-coordinate representation of color #04325F: hue angle of 209.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04325F is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 50 95 -
CMYK 0.96 0.47 0 0.63
HSL 209.67º 0.92% 0.19% -
HSV(B) 209.67º 0.96% 0.37% -
XYZ 3.26 3.13 11.26 -
YUV 41.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 4 50 95 0.96 0.47 0 0.63 209.67 0.92 0.19
Hex 4 32 5F 60 2F 0 3F D2 5C 13
Octal 4 62 137 140 57 0 77 322 134 23
Binary 100 110010 1011111 1100000 101111 0 111111 11010010 1011100 10011

Color Harmonies of #04325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04325F

Black with #04325F

Text Example


Text Example

White with #04325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04325F; }

 p { color: rgb(4,50,95); }

 H1.HeaderClassName
 {
   color: #04325F;
 }
 .AnyTagClassName
 {
   color: #04325F;
 }
</style>

background-color css

<style>
 a { background-color: #04325F; }

 a { background-color: rgb(4,50,95); }

 div.DivClassName
 {
   background-color: #04325F;
 }
 .BgClassName
 {
   background-color: #04325F;
 }
</style>

border-color css

<style>
 span { border-color: #04325F; }

 span { border-color: rgb(4,50,95); }

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