Html Css Color HEX #03316F Prussian Blue

📋 copy color: '#03316F'

red 3 ◦ green 49 ◦ blue 111

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

Shades of Prussian Blue #03316F

Tints of Prussian Blue #03316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 111 (43.75% from 255) = 68.1%

R = 1.84%
G = 30.06%
B = 68.1%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03316F (or 0x03316F) is known color: Prussian Blue. HEX triplet: 03, 31 and 6F. RGB value is (3,49,111). Sum of RGB (Red+Green+Blue) = 3+49+111=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #03316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03316F is #FCCE90. Grayscale: #2A2A2A. Windows color (decimal): -16567953 or 7287043. OLE color: 7287043.

HSL color Cylindrical-coordinate representation of color #03316F: hue angle of 214.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03316F is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 49 111 -
CMYK 0.97 0.56 0 0.56
HSL 214.44º 0.95% 0.22% -
HSV(B) 214.44º 0.97% 0.44% -
XYZ 4.01 3.36 15.48 -
YUV 42.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 3 49 111 0.97 0.56 0 0.56 214.44 0.95 0.22
Hex 3 31 6F 61 38 0 38 D6 5F 16
Octal 3 61 157 141 70 0 70 326 137 26
Binary 11 110001 1101111 1100001 111000 0 111000 11010110 1011111 10110

Color Harmonies of #03316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03316F

Black with #03316F

Text Example


Text Example

White with #03316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03316F; }

 p { color: rgb(3,49,111); }

 H1.HeaderClassName
 {
   color: #03316F;
 }
 .AnyTagClassName
 {
   color: #03316F;
 }
</style>

background-color css

<style>
 a { background-color: #03316F; }

 a { background-color: rgb(3,49,111); }

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

border-color css

<style>
 span { border-color: #03316F; }

 span { border-color: rgb(3,49,111); }

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