#04335B

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

Shades of Prussian Blue #04335B

Tints of Prussian Blue #04335B

Color information

#04335B (or 0x04335B) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 5B. RGB value is (4,51,91). Sum of RGB (Red+Green+Blue) = 4+51+91=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #04335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04335B is #FBCCA4. Grayscale: #292929. Windows color (decimal): -16501925 or 5976836. OLE color: 5976836.

HSL color Cylindrical-coordinate representation of color #04335B: hue angle of 207.59º 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 #04335B is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB45191-
CMYK0.960.4400.64
HSL207.59º91.58%18.63%-
HSV(B)207.59º95.6%35.69%-
XYZ3.123.1510.34-
YUV41.51155.93101.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=2.74%
G=34.93%
B=62.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal451910.960.4400.64207.5991.5818.63
Hex4335B602C040d05c13
Octal46313314054010032013423
Binary100110011101101111000001011000100000011010000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04335B; }

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

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

<style>
 a { background-color: #04335B; }

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

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

<style>
 span { border-color: #04335B; }

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

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