#04354E

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

Shades of Prussian Blue #04354E

Tints of Prussian Blue #04354E

Color information

#04354E (or 0x04354E) is unknown color: approx Prussian Blue. HEX triplet: 04, 35 and 4E. RGB value is (4,53,78). Sum of RGB (Red+Green+Blue) = 4+53+78=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #04354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04354E is #FBCAB1. Grayscale: #292929. Windows color (decimal): -16501426 or 5125380. OLE color: 5125380.

HSL color Cylindrical-coordinate representation of color #04354E: hue angle of 200.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04354E is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB45378-
CMYK0.950.3200.69
HSL200.27º90.24%16.08%-
HSV(B)200.27º94.87%30.59%-
XYZ2.73.127.67-
YUV41.2148.77101.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=2.96%
G=39.26%
B=57.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal453780.950.3200.69200.2790.2416.08
Hex4354E5F20045c85a10
Octal46511613740010531013220
Binary100110101100111010111111000000100010111001000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,53,78); }

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

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

 a { background-color: rgb(4,53,78); }

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

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

 span { border-color: rgb(4,53,78); }

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