Html Css Color HEX #03315A Prussian Blue

📋 copy color: '#03315A'

red 3 ◦ green 49 ◦ blue 90

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

Shades of Prussian Blue #03315A

Tints of Prussian Blue #03315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.38%

R = 2.11%
G = 34.51%
B = 63.38%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03315A (or 0x03315A) is known color: Prussian Blue. HEX triplet: 03, 31 and 5A. RGB value is (3,49,90). Sum of RGB (Red+Green+Blue) = 3+49+90=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #03315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03315A is #FCCEA5. Grayscale: #272727. Windows color (decimal): -16567974 or 5910787. OLE color: 5910787.

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

Color convert

RGB 3 49 90 -
CMYK 0.97 0.46 0 0.65
HSL 208.28º 0.94% 0.18% -
HSV(B) 208.28º 0.97% 0.35% -
XYZ 2.98 2.95 10.09 -
YUV 39.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 3 49 90 0.97 0.46 0 0.65 208.28 0.94 0.18
Hex 3 31 5A 61 2E 0 41 D0 5E 12
Octal 3 61 132 141 56 0 101 320 136 22
Binary 11 110001 1011010 1100001 101110 0 1000001 11010000 1011110 10010

Color Harmonies of #03315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03315A

Black with #03315A

Text Example


Text Example

White with #03315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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