Html Css Color HEX #03294C Prussian Blue

📋 copy color: '#03294C'

red 3 ◦ green 41 ◦ blue 76

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

Shades of Prussian Blue #03294C

Tints of Prussian Blue #03294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 63.33%

R = 2.5%
G = 34.17%
B = 63.33%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03294C (or 0x03294C) is known color: Prussian Blue. HEX triplet: 03, 29 and 4C. RGB value is (3,41,76). Sum of RGB (Red+Green+Blue) = 3+41+76=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #03294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03294C is #FCD6B3. Grayscale: #212121. Windows color (decimal): -16570036 or 4991235. OLE color: 4991235.

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

Color convert

RGB 3 41 76 -
CMYK 0.96 0.46 0 0.70
HSL 208.77º 0.92% 0.15% -
HSV(B) 208.77º 0.96% 0.3% -
XYZ 2.13 2.13 7.14 -
YUV 33.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 3 41 76 0.96 0.46 0 0.70 208.77 0.92 0.15
Hex 3 29 4C 60 2E 0 46 D1 5C F
Octal 3 51 114 140 56 0 106 321 134 17
Binary 11 101001 1001100 1100000 101110 0 1000110 11010001 1011100 1111

Color Harmonies of #03294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03294C

Black with #03294C

Text Example


Text Example

White with #03294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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