Html Css Color HEX #043272 Prussian Blue

📋 copy color: '#043272'

red 4 ◦ green 50 ◦ blue 114

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

Shades of Prussian Blue #043272

Tints of Prussian Blue #043272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

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

R = 2.38%
G = 29.76%
B = 67.86%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#043272 (or 0x043272) is known color: Prussian Blue. HEX triplet: 04, 32 and 72. RGB value is (4,50,114). Sum of RGB (Red+Green+Blue) = 4+50+114=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #043272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043272 is #FBCD8D. Grayscale: #2B2B2B. Windows color (decimal): -16502158 or 7483908. OLE color: 7483908.

HSL color Cylindrical-coordinate representation of color #043272: hue angle of 214.91º 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 #043272 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 50 114 -
CMYK 0.96 0.56 0 0.55
HSL 214.91º 0.93% 0.23% -
HSV(B) 214.91º 0.96% 0.45% -
XYZ 4.23 3.52 16.38 -
YUV 43.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 4 50 114 0.96 0.56 0 0.55 214.91 0.93 0.23
Hex 4 32 72 60 38 0 37 D7 5D 17
Octal 4 62 162 140 70 0 67 327 135 27
Binary 100 110010 1110010 1100000 111000 0 110111 11010111 1011101 10111

Color Harmonies of #043272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043272

Black with #043272

Text Example


Text Example

White with #043272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043272; }

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

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

background-color css

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

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

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

border-color css

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

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

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