Html Css Color HEX #03294F Prussian Blue

📋 copy color: '#03294F'

red 3 ◦ green 41 ◦ blue 79

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

Shades of Prussian Blue #03294F

Tints of Prussian Blue #03294F

RGB

 RED value IS 3 (1.56% from 255) = 2.44%

 GREEN value IS 41 (16.41% from 255) = 33.33%

 BLUE value IS 79 (31.25% from 255) = 64.23%

R = 2.44%
G = 33.33%
B = 64.23%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03294F (or 0x03294F) is known color: Prussian Blue. HEX triplet: 03, 29 and 4F. RGB value is (3,41,79). Sum of RGB (Red+Green+Blue) = 3+41+79=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #03294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03294F is #FCD6B0. Grayscale: #212121. Windows color (decimal): -16570033 or 5187843. OLE color: 5187843.

HSL color Cylindrical-coordinate representation of color #03294F: hue angle of 210º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03294F is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 41 79 -
CMYK 0.96 0.48 0 0.69
HSL 210º 0.93% 0.16% -
HSV(B) 210º 0.96% 0.31% -
XYZ 2.24 2.17 7.7 -
YUV 33.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 3 41 79 0.96 0.48 0 0.69 210 0.93 0.16
Hex 3 29 4F 60 30 0 45 D2 5D 10
Octal 3 51 117 140 60 0 105 322 135 20
Binary 11 101001 1001111 1100000 110000 0 1000101 11010010 1011101 10000

Color Harmonies of #03294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03294F

Black with #03294F

Text Example


Text Example

White with #03294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03294F; }

 p { color: rgb(3,41,79); }

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

background-color css

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

 a { background-color: rgb(3,41,79); }

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

border-color css

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

 span { border-color: rgb(3,41,79); }

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