Html Css Color HEX #04365D Prussian Blue

📋 copy color: '#04365D'

red 4 ◦ green 54 ◦ blue 93

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

Shades of Prussian Blue #04365D

Tints of Prussian Blue #04365D

RGB

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

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

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

R = 2.65%
G = 35.76%
B = 61.59%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04365D (or 0x04365D) is known color: Prussian Blue. HEX triplet: 04, 36 and 5D. RGB value is (4,54,93). Sum of RGB (Red+Green+Blue) = 4+54+93=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #04365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04365D is #FBC9A2. Grayscale: #2B2B2B. Windows color (decimal): -16501155 or 6108676. OLE color: 6108676.

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

Color convert

RGB 4 54 93 -
CMYK 0.96 0.42 0 0.64
HSL 206.29º 0.92% 0.19% -
HSV(B) 206.29º 0.96% 0.36% -
XYZ 3.35 3.45 10.85 -
YUV 43.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 4 54 93 0.96 0.42 0 0.64 206.29 0.92 0.19
Hex 4 36 5D 60 2A 0 40 CE 5C 13
Octal 4 66 135 140 52 0 100 316 134 23
Binary 100 110110 1011101 1100000 101010 0 1000000 11001110 1011100 10011

Color Harmonies of #04365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04365D

Black with #04365D

Text Example


Text Example

White with #04365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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