#04355B

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

Shades of Prussian Blue #04355B

Tints of Prussian Blue #04355B

Color information

#04355B (or 0x04355B) is unknown color: approx Prussian Blue. HEX triplet: 04, 35 and 5B. RGB value is (4,53,91). Sum of RGB (Red+Green+Blue) = 4+53+91=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #04355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355B is #FBCAA4. Grayscale: #2A2A2A. Windows color (decimal): -16501413 or 5977348. OLE color: 5977348.

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

Color convert

RGB45391-
CMYK0.960.4200.64
HSL206.21º91.58%18.63%-
HSV(B)206.21º95.6%35.69%-
XYZ3.213.3310.37-
YUV42.68155.27100.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=2.70%
G=35.81%
B=61.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal453910.960.4200.64206.2191.5818.63
Hex4355B602A040ce5c13
Octal46513314052010031613423
Binary100110101101101111000001010100100000011001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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