#04345C

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

Shades of Prussian Blue #04345C

Tints of Prussian Blue #04345C

Color information

#04345C (or 0x04345C) is unknown color: approx Prussian Blue. HEX triplet: 04, 34 and 5C. RGB value is (4,52,92). Sum of RGB (Red+Green+Blue) = 4+52+92=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #04345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345C is #FBCBA3. Grayscale: #2A2A2A. Windows color (decimal): -16501668 or 6042628. OLE color: 6042628.

HSL color Cylindrical-coordinate representation of color #04345C: hue angle of 207.27º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04345C is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB45292-
CMYK0.960.4300.64
HSL207.27º91.67%18.82%-
HSV(B)207.27º95.65%36.08%-
XYZ3.213.2510.58-
YUV42.21156.1100.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=2.70%
G=35.14%
B=62.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal452920.960.4300.64207.2791.6718.82
Hex4345C602B040cf5c13
Octal46413414053010031713423
Binary100110100101110011000001010110100000011001111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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