Html Css Color HEX #03315D Prussian Blue

📋 copy color: '#03315D'

red 3 ◦ green 49 ◦ blue 93

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

Shades of Prussian Blue #03315D

Tints of Prussian Blue #03315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 2.07%
G = 33.79%
B = 64.14%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03315D (or 0x03315D) is known color: Prussian Blue. HEX triplet: 03, 31 and 5D. RGB value is (3,49,93). Sum of RGB (Red+Green+Blue) = 3+49+93=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #03315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03315D is #FCCEA2. Grayscale: #282828. Windows color (decimal): -16567971 or 6107395. OLE color: 6107395.

HSL color Cylindrical-coordinate representation of color #03315D: hue angle of 209.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03315D is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 49 93 -
CMYK 0.97 0.47 0 0.64
HSL 209.33º 0.94% 0.19% -
HSV(B) 209.33º 0.97% 0.36% -
XYZ 3.11 3.01 10.77 -
YUV 40.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 3 49 93 0.97 0.47 0 0.64 209.33 0.94 0.19
Hex 3 31 5D 61 2F 0 40 D1 5E 13
Octal 3 61 135 141 57 0 100 321 136 23
Binary 11 110001 1011101 1100001 101111 0 1000000 11010001 1011110 10011

Color Harmonies of #03315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03315D

Black with #03315D

Text Example


Text Example

White with #03315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03315D; }

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

 H1.HeaderClassName
 {
   color: #03315D;
 }
 .AnyTagClassName
 {
   color: #03315D;
 }
</style>

background-color css

<style>
 a { background-color: #03315D; }

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

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

border-color css

<style>
 span { border-color: #03315D; }

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

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