#04346E

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

Shades of Prussian Blue #04346E

Tints of Prussian Blue #04346E

Color information

#04346E (or 0x04346E) is unknown color: approx Prussian Blue. HEX triplet: 04, 34 and 6E. RGB value is (4,52,110). Sum of RGB (Red+Green+Blue) = 4+52+110=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #04346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04346E is #FBCB91. Grayscale: #2B2B2B. Windows color (decimal): -16501650 or 7222276. OLE color: 7222276.

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

Color convert

RGB452110-
CMYK0.960.5300.57
HSL212.83º92.98%22.35%-
HSV(B)212.83º96.36%43.14%-
XYZ4.093.6115.23-
YUV44.26165.199.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 110 (43.36% from 255) = 66.27%
R=2.41%
G=31.33%
B=66.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4521100.960.5300.57212.8392.9822.35
Hex4346E6035039d55d16
Octal4641561406507132513526
Binary10011010011011101100000110101011100111010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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