Html Css Color HEX #03314C Prussian Blue

📋 copy color: '#03314C'

red 3 ◦ green 49 ◦ blue 76

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

Shades of Prussian Blue #03314C

Tints of Prussian Blue #03314C

RGB

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

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

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

R = 2.34%
G = 38.28%
B = 59.38%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03314C (or 0x03314C) is known color: Prussian Blue. HEX triplet: 03, 31 and 4C. RGB value is (3,49,76). Sum of RGB (Red+Green+Blue) = 3+49+76=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #03314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03314C is #FCCEB3. Grayscale: #262626. Windows color (decimal): -16567988 or 4993283. OLE color: 4993283.

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

Color convert

RGB 3 49 76 -
CMYK 0.96 0.36 0 0.70
HSL 202.19º 0.92% 0.15% -
HSV(B) 202.19º 0.96% 0.3% -
XYZ 2.44 2.74 7.24 -
YUV 38.32 149.26 102.8 -
System Red Green Blue C M Y K H S L
Decimal 3 49 76 0.96 0.36 0 0.70 202.19 0.92 0.15
Hex 3 31 4C 60 24 0 46 CA 5C F
Octal 3 61 114 140 44 0 106 312 134 17
Binary 11 110001 1001100 1100000 100100 0 1000110 11001010 1011100 1111

Color Harmonies of #03314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03314C

Black with #03314C

Text Example


Text Example

White with #03314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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