#04334F

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

Shades of Prussian Blue #04334F

Tints of Prussian Blue #04334F

Color information

#04334F (or 0x04334F) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 4F. RGB value is (4,51,79). Sum of RGB (Red+Green+Blue) = 4+51+79=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #04334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04334F is #FBCCB0. Grayscale: #272727. Windows color (decimal): -16501937 or 5190404. OLE color: 5190404.

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

Color convert

RGB45179-
CMYK0.950.3500.69
HSL202.4º90.36%16.27%-
HSV(B)202.4º94.94%30.98%-
XYZ2.652.967.83-
YUV40.14149.93102.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=2.99%
G=38.06%
B=58.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal451790.950.3500.69202.490.3616.27
Hex4334F5F23045ca5a10
Octal46311713743010531213220
Binary100110011100111110111111000110100010111001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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