#04375F

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

Shades of Prussian Blue #04375F

Tints of Prussian Blue #04375F

Color information

#04375F (or 0x04375F) is unknown color: approx Prussian Blue. HEX triplet: 04, 37 and 5F. RGB value is (4,55,95). Sum of RGB (Red+Green+Blue) = 4+55+95=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #04375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04375F is #FBC8A0. Grayscale: #2C2C2C. Windows color (decimal): -16500897 or 6240004. OLE color: 6240004.

HSL color Cylindrical-coordinate representation of color #04375F: hue angle of 206.37º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04375F is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB45595-
CMYK0.960.4200.63
HSL206.37º91.92%19.41%-
HSV(B)206.37º95.79%37.25%-
XYZ3.483.5811.33-
YUV44.31156.699.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=2.60%
G=35.71%
B=61.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal455950.960.4200.63206.3791.9219.41
Hex4375F602A03Fce5c13
Octal4671371405207731613423
Binary10011011110111111100000101010011111111001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,55,95); }

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

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

 a { background-color: rgb(4,55,95); }

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

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

 span { border-color: rgb(4,55,95); }

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