Html Css Color HEX #03314F Prussian Blue

📋 copy color: '#03314F'

red 3 ◦ green 49 ◦ blue 79

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

Shades of Prussian Blue #03314F

Tints of Prussian Blue #03314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 60.31%

R = 2.29%
G = 37.4%
B = 60.31%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03314F (or 0x03314F) is known color: Prussian Blue. HEX triplet: 03, 31 and 4F. RGB value is (3,49,79). Sum of RGB (Red+Green+Blue) = 3+49+79=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #03314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03314F is #FCCEB0. Grayscale: #262626. Windows color (decimal): -16567985 or 5189891. OLE color: 5189891.

HSL color Cylindrical-coordinate representation of color #03314F: hue angle of 203.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03314F is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 49 79 -
CMYK 0.96 0.38 0 0.69
HSL 203.68º 0.93% 0.16% -
HSV(B) 203.68º 0.96% 0.31% -
XYZ 2.55 2.78 7.8 -
YUV 38.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 3 49 79 0.96 0.38 0 0.69 203.68 0.93 0.16
Hex 3 31 4F 60 26 0 45 CC 5D 10
Octal 3 61 117 140 46 0 105 314 135 20
Binary 11 110001 1001111 1100000 100110 0 1000101 11001100 1011101 10000

Color Harmonies of #03314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03314F

Black with #03314F

Text Example


Text Example

White with #03314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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