Html Css Color HEX #043572 Prussian Blue

📋 copy color: '#043572'

red 4 ◦ green 53 ◦ blue 114

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

Shades of Prussian Blue #043572

Tints of Prussian Blue #043572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 2.34%
G = 30.99%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#043572 (or 0x043572) is known color: Prussian Blue. HEX triplet: 04, 35 and 72. RGB value is (4,53,114). Sum of RGB (Red+Green+Blue) = 4+53+114=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #043572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043572 is #FBCA8D. Grayscale: #2D2D2D. Windows color (decimal): -16501390 or 7484676. OLE color: 7484676.

HSL color Cylindrical-coordinate representation of color #043572: hue angle of 213.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043572 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 53 114 -
CMYK 0.96 0.54 0 0.55
HSL 213.27º 0.93% 0.23% -
HSV(B) 213.27º 0.96% 0.45% -
XYZ 4.36 3.79 16.42 -
YUV 45.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 4 53 114 0.96 0.54 0 0.55 213.27 0.93 0.23
Hex 4 35 72 60 36 0 37 D5 5D 17
Octal 4 65 162 140 66 0 67 325 135 27
Binary 100 110101 1110010 1100000 110110 0 110111 11010101 1011101 10111

Color Harmonies of #043572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043572

Black with #043572

Text Example


Text Example

White with #043572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043572; }

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

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

background-color css

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

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

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

border-color css

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

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

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