Html Css Color HEX #03284C Prussian Blue

📋 copy color: '#03284C'

red 3 ◦ green 40 ◦ blue 76

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

Shades of Prussian Blue #03284C

Tints of Prussian Blue #03284C

RGB

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

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

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

R = 2.52%
G = 33.61%
B = 63.87%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03284C (or 0x03284C) is known color: Prussian Blue. HEX triplet: 03, 28 and 4C. RGB value is (3,40,76). Sum of RGB (Red+Green+Blue) = 3+40+76=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #03284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03284C is #FCD7B3. Grayscale: #202020. Windows color (decimal): -16570292 or 4990979. OLE color: 4990979.

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

Color convert

RGB 3 40 76 -
CMYK 0.96 0.47 0 0.70
HSL 209.59º 0.92% 0.15% -
HSV(B) 209.59º 0.96% 0.3% -
XYZ 2.1 2.06 7.12 -
YUV 33.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 3 40 76 0.96 0.47 0 0.70 209.59 0.92 0.15
Hex 3 28 4C 60 2F 0 46 D2 5C F
Octal 3 50 114 140 57 0 106 322 134 17
Binary 11 101000 1001100 1100000 101111 0 1000110 11010010 1011100 1111

Color Harmonies of #03284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03284C

Black with #03284C

Text Example


Text Example

White with #03284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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