#04335C

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

Shades of Prussian Blue #04335C

Tints of Prussian Blue #04335C

Color information

#04335C (or 0x04335C) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 5C. RGB value is (4,51,92). Sum of RGB (Red+Green+Blue) = 4+51+92=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #04335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04335C is #FBCCA3. Grayscale: #292929. Windows color (decimal): -16501924 or 6042372. OLE color: 6042372.

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

Color convert

RGB45192-
CMYK0.960.4500.64
HSL207.95º91.67%18.82%-
HSV(B)207.95º95.65%36.08%-
XYZ3.173.1710.57-
YUV41.62156.43101.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=2.72%
G=34.69%
B=62.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal451920.960.4500.64207.9591.6718.82
Hex4335C602D040d05c13
Octal46313414055010032013423
Binary100110011101110011000001011010100000011010000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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