Html Css Color HEX #043274 Prussian Blue

📋 copy color: '#043274'

red 4 ◦ green 50 ◦ blue 116

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

Shades of Prussian Blue #043274

Tints of Prussian Blue #043274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 2.35%
G = 29.41%
B = 68.24%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#043274 (or 0x043274) is known color: Prussian Blue. HEX triplet: 04, 32 and 74. RGB value is (4,50,116). Sum of RGB (Red+Green+Blue) = 4+50+116=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #043274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043274 is #FBCD8B. Grayscale: #2B2B2B. Windows color (decimal): -16502156 or 7614980. OLE color: 7614980.

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

Color convert

RGB 4 50 116 -
CMYK 0.97 0.57 0 0.55
HSL 215.36º 0.93% 0.24% -
HSV(B) 215.36º 0.97% 0.45% -
XYZ 4.34 3.57 16.98 -
YUV 43.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 4 50 116 0.97 0.57 0 0.55 215.36 0.93 0.24
Hex 4 32 74 61 39 0 37 D7 5D 18
Octal 4 62 164 141 71 0 67 327 135 30
Binary 100 110010 1110100 1100001 111001 0 110111 11010111 1011101 11000

Color Harmonies of #043274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043274

Black with #043274

Text Example


Text Example

White with #043274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043274; }

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

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

background-color css

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

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

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

border-color css

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

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

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