Html Css Color HEX #04355D Prussian Blue

📋 copy color: '#04355D'

red 4 ◦ green 53 ◦ blue 93

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

Shades of Prussian Blue #04355D

Tints of Prussian Blue #04355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

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

R = 2.67%
G = 35.33%
B = 62%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04355D (or 0x04355D) is known color: Prussian Blue. HEX triplet: 04, 35 and 5D. RGB value is (4,53,93). Sum of RGB (Red+Green+Blue) = 4+53+93=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #04355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355D is #FBCAA2. Grayscale: #2A2A2A. Windows color (decimal): -16501411 or 6108420. OLE color: 6108420.

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

Color convert

RGB 4 53 93 -
CMYK 0.96 0.43 0 0.64
HSL 206.97º 0.92% 0.19% -
HSV(B) 206.97º 0.96% 0.36% -
XYZ 3.3 3.36 10.83 -
YUV 42.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 4 53 93 0.96 0.43 0 0.64 206.97 0.92 0.19
Hex 4 35 5D 60 2B 0 40 CF 5C 13
Octal 4 65 135 140 53 0 100 317 134 23
Binary 100 110101 1011101 1100000 101011 0 1000000 11001111 1011100 10011

Color Harmonies of #04355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04355D

Black with #04355D

Text Example


Text Example

White with #04355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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