Html Css Color HEX #03294D Prussian Blue

📋 copy color: '#03294D'

red 3 ◦ green 41 ◦ blue 77

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

Shades of Prussian Blue #03294D

Tints of Prussian Blue #03294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 63.64%

R = 2.48%
G = 33.88%
B = 63.64%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03294D (or 0x03294D) is known color: Prussian Blue. HEX triplet: 03, 29 and 4D. RGB value is (3,41,77). Sum of RGB (Red+Green+Blue) = 3+41+77=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #03294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03294D is #FCD6B2. Grayscale: #212121. Windows color (decimal): -16570035 or 5056771. OLE color: 5056771.

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

Color convert

RGB 3 41 77 -
CMYK 0.96 0.47 0 0.70
HSL 209.19º 0.93% 0.16% -
HSV(B) 209.19º 0.96% 0.3% -
XYZ 2.17 2.14 7.32 -
YUV 33.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 3 41 77 0.96 0.47 0 0.70 209.19 0.93 0.16
Hex 3 29 4D 60 2F 0 46 D1 5C 10
Octal 3 51 115 140 57 0 106 321 134 20
Binary 11 101001 1001101 1100000 101111 0 1000110 11010001 1011100 10000

Color Harmonies of #03294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03294D

Black with #03294D

Text Example


Text Example

White with #03294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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