Html Css Color HEX #04355A Prussian Blue

📋 copy color: '#04355A'

red 4 ◦ green 53 ◦ blue 90

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

Shades of Prussian Blue #04355A

Tints of Prussian Blue #04355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 61.22%

R = 2.72%
G = 36.05%
B = 61.22%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04355A (or 0x04355A) is known color: Prussian Blue. HEX triplet: 04, 35 and 5A. RGB value is (4,53,90). Sum of RGB (Red+Green+Blue) = 4+53+90=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #04355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355A is #FBCAA5. Grayscale: #2A2A2A. Windows color (decimal): -16501414 or 5911812. OLE color: 5911812.

HSL color Cylindrical-coordinate representation of color #04355A: hue angle of 205.81º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04355A is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 53 90 -
CMYK 0.96 0.41 0 0.65
HSL 205.81º 0.91% 0.18% -
HSV(B) 205.81º 0.96% 0.35% -
XYZ 3.17 3.31 10.14 -
YUV 42.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 4 53 90 0.96 0.41 0 0.65 205.81 0.91 0.18
Hex 4 35 5A 60 29 0 41 CE 5B 12
Octal 4 65 132 140 51 0 101 316 133 22
Binary 100 110101 1011010 1100000 101001 0 1000001 11001110 1011011 10010

Color Harmonies of #04355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04355A

Black with #04355A

Text Example


Text Example

White with #04355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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