Html Css Color HEX #04345E Prussian Blue

📋 copy color: '#04345E'

red 4 ◦ green 52 ◦ blue 94

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

Shades of Prussian Blue #04345E

Tints of Prussian Blue #04345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 2.67%
G = 34.67%
B = 62.67%

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

#04345E (or 0x04345E) is known color: Prussian Blue. HEX triplet: 04, 34 and 5E. RGB value is (4,52,94). Sum of RGB (Red+Green+Blue) = 4+52+94=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #04345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345E is #FBCBA1. Grayscale: #2A2A2A. Windows color (decimal): -16501666 or 6173700. OLE color: 6173700.

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

Color convert

RGB 4 52 94 -
CMYK 0.96 0.45 0 0.63
HSL 208º 0.92% 0.19% -
HSV(B) 208º 0.96% 0.37% -
XYZ 3.3 3.29 11.05 -
YUV 42.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 4 52 94 0.96 0.45 0 0.63 208 0.92 0.19
Hex 4 34 5E 60 2D 0 3F D0 5C 13
Octal 4 64 136 140 55 0 77 320 134 23
Binary 100 110100 1011110 1100000 101101 0 111111 11010000 1011100 10011

Color Harmonies of #04345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04345E

Black with #04345E

Text Example


Text Example

White with #04345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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