Html Css Color HEX #03314E Prussian Blue

📋 copy color: '#03314E'

red 3 ◦ green 49 ◦ blue 78

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

Shades of Prussian Blue #03314E

Tints of Prussian Blue #03314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 60%

R = 2.31%
G = 37.69%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03314E (or 0x03314E) is known color: Prussian Blue. HEX triplet: 03, 31 and 4E. RGB value is (3,49,78). Sum of RGB (Red+Green+Blue) = 3+49+78=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #03314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03314E is #FCCEB1. Grayscale: #262626. Windows color (decimal): -16567986 or 5124355. OLE color: 5124355.

HSL color Cylindrical-coordinate representation of color #03314E: hue angle of 203.2º 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 #03314E is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 49 78 -
CMYK 0.96 0.37 0 0.69
HSL 203.2º 0.93% 0.16% -
HSV(B) 203.2º 0.96% 0.31% -
XYZ 2.51 2.77 7.61 -
YUV 38.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 3 49 78 0.96 0.37 0 0.69 203.2 0.93 0.16
Hex 3 31 4E 60 25 0 45 CB 5D 10
Octal 3 61 116 140 45 0 105 313 135 20
Binary 11 110001 1001110 1100000 100101 0 1000101 11001011 1011101 10000

Color Harmonies of #03314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03314E

Black with #03314E

Text Example


Text Example

White with #03314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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