Html Css Color HEX #04346F Prussian Blue

📋 copy color: '#04346F'

red 4 ◦ green 52 ◦ blue 111

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

Shades of Prussian Blue #04346F

Tints of Prussian Blue #04346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.47%

R = 2.4%
G = 31.14%
B = 66.47%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04346F (or 0x04346F) is known color: Prussian Blue. HEX triplet: 04, 34 and 6F. RGB value is (4,52,111). Sum of RGB (Red+Green+Blue) = 4+52+111=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #04346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04346F is #FBCB90. Grayscale: #2C2C2C. Windows color (decimal): -16501649 or 7287812. OLE color: 7287812.

HSL color Cylindrical-coordinate representation of color #04346F: hue angle of 213.08º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04346F is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 52 111 -
CMYK 0.96 0.53 0 0.56
HSL 213.08º 0.93% 0.23% -
HSV(B) 213.08º 0.96% 0.44% -
XYZ 4.15 3.63 15.52 -
YUV 44.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 4 52 111 0.96 0.53 0 0.56 213.08 0.93 0.23
Hex 4 34 6F 60 35 0 38 D5 5D 17
Octal 4 64 157 140 65 0 70 325 135 27
Binary 100 110100 1101111 1100000 110101 0 111000 11010101 1011101 10111

Color Harmonies of #04346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04346F

Black with #04346F

Text Example


Text Example

White with #04346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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