Html Css Color HEX #04345F Prussian Blue

📋 copy color: '#04345F'

red 4 ◦ green 52 ◦ blue 95

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

Shades of Prussian Blue #04345F

Tints of Prussian Blue #04345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 2.65%
G = 34.44%
B = 62.91%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04345F (or 0x04345F) is known color: Prussian Blue. HEX triplet: 04, 34 and 5F. RGB value is (4,52,95). Sum of RGB (Red+Green+Blue) = 4+52+95=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #04345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345F is #FBCBA0. Grayscale: #2A2A2A. Windows color (decimal): -16501665 or 6239236. OLE color: 6239236.

HSL color Cylindrical-coordinate representation of color #04345F: hue angle of 208.35º 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 #04345F is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 52 95 -
CMYK 0.96 0.45 0 0.63
HSL 208.35º 0.92% 0.19% -
HSV(B) 208.35º 0.96% 0.37% -
XYZ 3.34 3.31 11.29 -
YUV 42.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 4 52 95 0.96 0.45 0 0.63 208.35 0.92 0.19
Hex 4 34 5F 60 2D 0 3F D0 5C 13
Octal 4 64 137 140 55 0 77 320 134 23
Binary 100 110100 1011111 1100000 101101 0 111111 11010000 1011100 10011

Color Harmonies of #04345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04345F

Black with #04345F

Text Example


Text Example

White with #04345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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