Html Css Color HEX #03294E Prussian Blue

📋 copy color: '#03294E'

red 3 ◦ green 41 ◦ blue 78

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

Shades of Prussian Blue #03294E

Tints of Prussian Blue #03294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 63.93%

R = 2.46%
G = 33.61%
B = 63.93%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03294E (or 0x03294E) is known color: Prussian Blue. HEX triplet: 03, 29 and 4E. RGB value is (3,41,78). Sum of RGB (Red+Green+Blue) = 3+41+78=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #03294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03294E is #FCD6B1. Grayscale: #212121. Windows color (decimal): -16570034 or 5122307. OLE color: 5122307.

HSL color Cylindrical-coordinate representation of color #03294E: hue angle of 209.6º 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 #03294E is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 41 78 -
CMYK 0.96 0.47 0 0.69
HSL 209.6º 0.93% 0.16% -
HSV(B) 209.6º 0.96% 0.31% -
XYZ 2.21 2.16 7.51 -
YUV 33.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 3 41 78 0.96 0.47 0 0.69 209.6 0.93 0.16
Hex 3 29 4E 60 2F 0 45 D2 5D 10
Octal 3 51 116 140 57 0 105 322 135 20
Binary 11 101001 1001110 1100000 101111 0 1000101 11010010 1011101 10000

Color Harmonies of #03294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03294E

Black with #03294E

Text Example


Text Example

White with #03294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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