Html Css Color HEX #03294B Prussian Blue

📋 copy color: '#03294B'

red 3 ◦ green 41 ◦ blue 75

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

Shades of Prussian Blue #03294B

Tints of Prussian Blue #03294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 63.03%

R = 2.52%
G = 34.45%
B = 63.03%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03294B (or 0x03294B) is known color: Prussian Blue. HEX triplet: 03, 29 and 4B. RGB value is (3,41,75). Sum of RGB (Red+Green+Blue) = 3+41+75=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #03294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03294B is #FCD6B4. Grayscale: #212121. Windows color (decimal): -16570037 or 4925699. OLE color: 4925699.

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

Color convert

RGB 3 41 75 -
CMYK 0.96 0.45 0 0.71
HSL 208.33º 0.92% 0.15% -
HSV(B) 208.33º 0.96% 0.29% -
XYZ 2.1 2.11 6.95 -
YUV 33.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 3 41 75 0.96 0.45 0 0.71 208.33 0.92 0.15
Hex 3 29 4B 60 2D 0 47 D0 5C F
Octal 3 51 113 140 55 0 107 320 134 17
Binary 11 101001 1001011 1100000 101101 0 1000111 11010000 1011100 1111

Color Harmonies of #03294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03294B

Black with #03294B

Text Example


Text Example

White with #03294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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