Html Css Color HEX #03316E Prussian Blue

📋 copy color: '#03316E'

red 3 ◦ green 49 ◦ blue 110

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

Shades of Prussian Blue #03316E

Tints of Prussian Blue #03316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 67.9%

R = 1.85%
G = 30.25%
B = 67.9%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03316E (or 0x03316E) is known color: Prussian Blue. HEX triplet: 03, 31 and 6E. RGB value is (3,49,110). Sum of RGB (Red+Green+Blue) = 3+49+110=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #03316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03316E is #FCCE91. Grayscale: #292929. Windows color (decimal): -16567954 or 7221507. OLE color: 7221507.

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

Color convert

RGB 3 49 110 -
CMYK 0.97 0.55 0 0.57
HSL 214.21º 0.95% 0.22% -
HSV(B) 214.21º 0.97% 0.43% -
XYZ 3.95 3.34 15.19 -
YUV 42.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 3 49 110 0.97 0.55 0 0.57 214.21 0.95 0.22
Hex 3 31 6E 61 37 0 39 D6 5F 16
Octal 3 61 156 141 67 0 71 326 137 26
Binary 11 110001 1101110 1100001 110111 0 111001 11010110 1011111 10110

Color Harmonies of #03316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03316E

Black with #03316E

Text Example


Text Example

White with #03316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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