#04344F

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

Shades of Prussian Blue #04344F

Tints of Prussian Blue #04344F

Color information

#04344F (or 0x04344F) is unknown color: approx Prussian Blue. HEX triplet: 04, 34 and 4F. RGB value is (4,52,79). Sum of RGB (Red+Green+Blue) = 4+52+79=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #04344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04344F is #FBCBB0. Grayscale: #282828. Windows color (decimal): -16501681 or 5190660. OLE color: 5190660.

HSL color Cylindrical-coordinate representation of color #04344F: hue angle of 201.6º 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 #04344F is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB45279-
CMYK0.950.3400.69
HSL201.6º90.36%16.27%-
HSV(B)201.6º94.94%30.98%-
XYZ2.693.057.84-
YUV40.73149.6101.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 79 (31.25% from 255) = 58.52%
R=2.96%
G=38.52%
B=58.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal452790.950.3400.69201.690.3616.27
Hex4344F5F22045ca5a10
Octal46411713742010531213220
Binary100110100100111110111111000100100010111001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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