#04356F

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

Shades of Prussian Blue #04356F

Tints of Prussian Blue #04356F

Color information

#04356F (or 0x04356F) is unknown color: approx Prussian Blue. HEX triplet: 04, 35 and 6F. RGB value is (4,53,111). Sum of RGB (Red+Green+Blue) = 4+53+111=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #04356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04356F is #FBCA90. Grayscale: #2C2C2C. Windows color (decimal): -16501393 or 7288068. OLE color: 7288068.

HSL color Cylindrical-coordinate representation of color #04356F: hue angle of 212.52º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04356F is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB453111-
CMYK0.960.5200.56
HSL212.52º93.04%22.55%-
HSV(B)212.52º96.4%43.53%-
XYZ4.193.7215.54-
YUV44.96165.2798.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 111 (43.75% from 255) = 66.07%
R=2.38%
G=31.55%
B=66.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4531110.960.5200.56212.5293.0422.55
Hex4356F6034038d55d17
Octal4651571406407032513527
Binary10011010111011111100000110100011100011010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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