Html Css Color HEX #03284D Prussian Blue

📋 copy color: '#03284D'

red 3 ◦ green 40 ◦ blue 77

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

Shades of Prussian Blue #03284D

Tints of Prussian Blue #03284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 77 (30.47% from 255) = 64.17%

R = 2.5%
G = 33.33%
B = 64.17%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03284D (or 0x03284D) is known color: Prussian Blue. HEX triplet: 03, 28 and 4D. RGB value is (3,40,77). Sum of RGB (Red+Green+Blue) = 3+40+77=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #03284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03284D is #FCD7B2. Grayscale: #202020. Windows color (decimal): -16570291 or 5056515. OLE color: 5056515.

HSL color Cylindrical-coordinate representation of color #03284D: hue angle of 210º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03284D is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 40 77 -
CMYK 0.96 0.48 0 0.70
HSL 210º 0.93% 0.16% -
HSV(B) 210º 0.96% 0.3% -
XYZ 2.14 2.07 7.31 -
YUV 33.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 3 40 77 0.96 0.48 0 0.70 210 0.93 0.16
Hex 3 28 4D 60 30 0 46 D2 5C 10
Octal 3 50 115 140 60 0 106 322 134 20
Binary 11 101000 1001101 1100000 110000 0 1000110 11010010 1011100 10000

Color Harmonies of #03284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03284D

Black with #03284D

Text Example


Text Example

White with #03284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03284D; }

 p { color: rgb(3,40,77); }

 H1.HeaderClassName
 {
   color: #03284D;
 }
 .AnyTagClassName
 {
   color: #03284D;
 }
</style>

background-color css

<style>
 a { background-color: #03284D; }

 a { background-color: rgb(3,40,77); }

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

border-color css

<style>
 span { border-color: #03284D; }

 span { border-color: rgb(3,40,77); }

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