#04346D

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

Shades of Prussian Blue #04346D

Tints of Prussian Blue #04346D

Color information

#04346D (or 0x04346D) is unknown color: approx Prussian Blue. HEX triplet: 04, 34 and 6D. RGB value is (4,52,109). Sum of RGB (Red+Green+Blue) = 4+52+109=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #04346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04346D is #FBCB92. Grayscale: #2B2B2B. Windows color (decimal): -16501651 or 7156740. OLE color: 7156740.

HSL color Cylindrical-coordinate representation of color #04346D: hue angle of 212.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04346D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB452109-
CMYK0.960.5200.57
HSL212.57º92.92%22.16%-
HSV(B)212.57º96.33%42.75%-
XYZ4.043.5914.95-
YUV44.15164.699.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 109 (42.97% from 255) = 66.06%
R=2.42%
G=31.52%
B=66.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4521090.960.5200.57212.5792.9222.16
Hex4346D6034039d55d16
Octal4641551406407132513526
Binary10011010011011011100000110100011100111010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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