Html Css Color HEX #04385F Prussian Blue

📋 copy color: '#04385F'

red 4 ◦ green 56 ◦ blue 95

#04385F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #04385F

Tints of Prussian Blue #04385F

RGB

 RED value IS 4 (1.95% from 255) = 2.58%

 GREEN value IS 56 (22.27% from 255) = 36.13%

 BLUE value IS 95 (37.5% from 255) = 61.29%

R = 2.58%
G = 36.13%
B = 61.29%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04385F (or 0x04385F) is known color: Prussian Blue. HEX triplet: 04, 38 and 5F. RGB value is (4,56,95). Sum of RGB (Red+Green+Blue) = 4+56+95=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #04385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04385F is #FBC7A0. Grayscale: #2C2C2C. Windows color (decimal): -16500641 or 6240260. OLE color: 6240260.

HSL color Cylindrical-coordinate representation of color #04385F: hue angle of 205.71º 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 #04385F is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 56 95 -
CMYK 0.96 0.41 0 0.63
HSL 205.71º 0.92% 0.19% -
HSV(B) 205.71º 0.96% 0.37% -
XYZ 3.53 3.68 11.35 -
YUV 44.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 4 56 95 0.96 0.41 0 0.63 205.71 0.92 0.19
Hex 4 38 5F 60 29 0 3F CE 5C 13
Octal 4 70 137 140 51 0 77 316 134 23
Binary 100 111000 1011111 1100000 101001 0 111111 11001110 1011100 10011

Color Harmonies of #04385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04385F

Black with #04385F

Text Example


Text Example

White with #04385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04385F;
 }
 .AnyTagClassName
 {
   color: #04385F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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