Html Css Color HEX #03304C Prussian Blue

📋 copy color: '#03304C'

red 3 ◦ green 48 ◦ blue 76

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

Shades of Prussian Blue #03304C

Tints of Prussian Blue #03304C

RGB

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

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

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

R = 2.36%
G = 37.8%
B = 59.84%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03304C (or 0x03304C) is known color: Prussian Blue. HEX triplet: 03, 30 and 4C. RGB value is (3,48,76). Sum of RGB (Red+Green+Blue) = 3+48+76=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #03304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03304C is #FCCFB3. Grayscale: #252525. Windows color (decimal): -16568244 or 4993027. OLE color: 4993027.

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

Color convert

RGB 3 48 76 -
CMYK 0.96 0.37 0 0.70
HSL 203.01º 0.92% 0.15% -
HSV(B) 203.01º 0.96% 0.3% -
XYZ 2.4 2.66 7.22 -
YUV 37.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 3 48 76 0.96 0.37 0 0.70 203.01 0.92 0.15
Hex 3 30 4C 60 25 0 46 CB 5C F
Octal 3 60 114 140 45 0 106 313 134 17
Binary 11 110000 1001100 1100000 100101 0 1000110 11001011 1011100 1111

Color Harmonies of #03304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03304C

Black with #03304C

Text Example


Text Example

White with #03304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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