Html Css Color HEX #03304E Prussian Blue

📋 copy color: '#03304E'

red 3 ◦ green 48 ◦ blue 78

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

Shades of Prussian Blue #03304E

Tints of Prussian Blue #03304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

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

R = 2.33%
G = 37.21%
B = 60.47%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03304E (or 0x03304E) is known color: Prussian Blue. HEX triplet: 03, 30 and 4E. RGB value is (3,48,78). Sum of RGB (Red+Green+Blue) = 3+48+78=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #03304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03304E is #FCCFB1. Grayscale: #252525. Windows color (decimal): -16568242 or 5124099. OLE color: 5124099.

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

Color convert

RGB 3 48 78 -
CMYK 0.96 0.38 0 0.69
HSL 204º 0.93% 0.16% -
HSV(B) 204º 0.96% 0.31% -
XYZ 2.47 2.68 7.6 -
YUV 37.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 3 48 78 0.96 0.38 0 0.69 204 0.93 0.16
Hex 3 30 4E 60 26 0 45 CC 5D 10
Octal 3 60 116 140 46 0 105 314 135 20
Binary 11 110000 1001110 1100000 100110 0 1000101 11001100 1011101 10000

Color Harmonies of #03304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03304E

Black with #03304E

Text Example


Text Example

White with #03304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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