Html Css Color HEX #04365F Prussian Blue

📋 copy color: '#04365F'

red 4 ◦ green 54 ◦ blue 95

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

Shades of Prussian Blue #04365F

Tints of Prussian Blue #04365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

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

R = 2.61%
G = 35.29%
B = 62.09%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04365F (or 0x04365F) is known color: Prussian Blue. HEX triplet: 04, 36 and 5F. RGB value is (4,54,95). Sum of RGB (Red+Green+Blue) = 4+54+95=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #04365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04365F is #FBC9A0. Grayscale: #2B2B2B. Windows color (decimal): -16501153 or 6239748. OLE color: 6239748.

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

Color convert

RGB 4 54 95 -
CMYK 0.96 0.43 0 0.63
HSL 207.03º 0.92% 0.19% -
HSV(B) 207.03º 0.96% 0.37% -
XYZ 3.43 3.49 11.32 -
YUV 43.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 4 54 95 0.96 0.43 0 0.63 207.03 0.92 0.19
Hex 4 36 5F 60 2B 0 3F CF 5C 13
Octal 4 66 137 140 53 0 77 317 134 23
Binary 100 110110 1011111 1100000 101011 0 111111 11001111 1011100 10011

Color Harmonies of #04365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04365F

Black with #04365F

Text Example


Text Example

White with #04365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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