Html Css Color HEX #04385D Prussian Blue

📋 copy color: '#04385D'

red 4 ◦ green 56 ◦ blue 93

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

Shades of Prussian Blue #04385D

Tints of Prussian Blue #04385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 60.78%

R = 2.61%
G = 36.6%
B = 60.78%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04385D (or 0x04385D) is known color: Prussian Blue. HEX triplet: 04, 38 and 5D. RGB value is (4,56,93). Sum of RGB (Red+Green+Blue) = 4+56+93=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #04385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04385D is #FBC7A2. Grayscale: #2C2C2C. Windows color (decimal): -16500643 or 6109188. OLE color: 6109188.

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

Color convert

RGB 4 56 93 -
CMYK 0.96 0.40 0 0.64
HSL 204.94º 0.92% 0.19% -
HSV(B) 204.94º 0.96% 0.36% -
XYZ 3.44 3.64 10.88 -
YUV 44.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 4 56 93 0.96 0.40 0 0.64 204.94 0.92 0.19
Hex 4 38 5D 60 28 0 40 CD 5C 13
Octal 4 70 135 140 50 0 100 315 134 23
Binary 100 111000 1011101 1100000 101000 0 1000000 11001101 1011100 10011

Color Harmonies of #04385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04385D

Black with #04385D

Text Example


Text Example

White with #04385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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