Html Css Color HEX #03315B Prussian Blue

📋 copy color: '#03315B'

red 3 ◦ green 49 ◦ blue 91

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

Shades of Prussian Blue #03315B

Tints of Prussian Blue #03315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 63.64%

R = 2.1%
G = 34.27%
B = 63.64%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03315B (or 0x03315B) is known color: Prussian Blue. HEX triplet: 03, 31 and 5B. RGB value is (3,49,91). Sum of RGB (Red+Green+Blue) = 3+49+91=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #03315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03315B is #FCCEA4. Grayscale: #272727. Windows color (decimal): -16567973 or 5976323. OLE color: 5976323.

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

Color convert

RGB 3 49 91 -
CMYK 0.97 0.46 0 0.64
HSL 208.64º 0.94% 0.18% -
HSV(B) 208.64º 0.97% 0.36% -
XYZ 3.02 2.97 10.31 -
YUV 40.03 156.76 101.58 -
System Red Green Blue C M Y K H S L
Decimal 3 49 91 0.97 0.46 0 0.64 208.64 0.94 0.18
Hex 3 31 5B 61 2E 0 40 D1 5E 12
Octal 3 61 133 141 56 0 100 321 136 22
Binary 11 110001 1011011 1100001 101110 0 1000000 11010001 1011110 10010

Color Harmonies of #03315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03315B

Black with #03315B

Text Example


Text Example

White with #03315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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