Html Css Color HEX #03316B Prussian Blue

📋 copy color: '#03316B'

red 3 ◦ green 49 ◦ blue 107

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

Shades of Prussian Blue #03316B

Tints of Prussian Blue #03316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 67.3%

R = 1.89%
G = 30.82%
B = 67.3%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03316B (or 0x03316B) is known color: Prussian Blue. HEX triplet: 03, 31 and 6B. RGB value is (3,49,107). Sum of RGB (Red+Green+Blue) = 3+49+107=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #03316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03316B is #FCCE94. Grayscale: #292929. Windows color (decimal): -16567957 or 7024899. OLE color: 7024899.

HSL color Cylindrical-coordinate representation of color #03316B: hue angle of 213.46º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03316B is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 49 107 -
CMYK 0.97 0.54 0 0.58
HSL 213.46º 0.95% 0.22% -
HSV(B) 213.46º 0.97% 0.42% -
XYZ 3.79 3.28 14.34 -
YUV 41.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 3 49 107 0.97 0.54 0 0.58 213.46 0.95 0.22
Hex 3 31 6B 61 36 0 3A D5 5F 16
Octal 3 61 153 141 66 0 72 325 137 26
Binary 11 110001 1101011 1100001 110110 0 111010 11010101 1011111 10110

Color Harmonies of #03316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03316B

Black with #03316B

Text Example


Text Example

White with #03316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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