Html Css Color HEX #04356A Prussian Blue

📋 copy color: '#04356A'

red 4 ◦ green 53 ◦ blue 106

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

Shades of Prussian Blue #04356A

Tints of Prussian Blue #04356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 65.03%

R = 2.45%
G = 32.52%
B = 65.03%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04356A (or 0x04356A) is known color: Prussian Blue. HEX triplet: 04, 35 and 6A. RGB value is (4,53,106). Sum of RGB (Red+Green+Blue) = 4+53+106=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #04356A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04356A is #FBCA95. Grayscale: #2C2C2C. Windows color (decimal): -16501398 or 6960388. OLE color: 6960388.

HSL color Cylindrical-coordinate representation of color #04356A: hue angle of 211.18º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04356A is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 53 106 -
CMYK 0.96 0.5 0 0.58
HSL 211.18º 0.93% 0.22% -
HSV(B) 211.18º 0.96% 0.42% -
XYZ 3.92 3.61 14.13 -
YUV 44.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 4 53 106 0.96 0.5 0 0.58 211.18 0.93 0.22
Hex 4 35 6A 60 32 0 3A D3 5D 16
Octal 4 65 152 140 62 0 72 323 135 26
Binary 100 110101 1101010 1100000 110010 0 111010 11010011 1011101 10110

Color Harmonies of #04356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04356A

Black with #04356A

Text Example


Text Example

White with #04356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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