Html Css Color HEX #03415C Prussian Blue

📋 copy color: '#03415C'

red 3 ◦ green 65 ◦ blue 92

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

Shades of Prussian Blue #03415C

Tints of Prussian Blue #03415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.63%

 BLUE value IS 92 (36.33% from 255) = 57.5%

R = 1.88%
G = 40.63%
B = 57.5%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03415C (or 0x03415C) is known color: Prussian Blue. HEX triplet: 03, 41 and 5C. RGB value is (3,65,92). Sum of RGB (Red+Green+Blue) = 3+65+92=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #03415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03415C is #FCBEA3. Grayscale: #313131. Windows color (decimal): -16563876 or 6045955. OLE color: 6045955.

HSL color Cylindrical-coordinate representation of color #03415C: hue angle of 198.2º 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 #03415C is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 65 92 -
CMYK 0.97 0.29 0 0.64
HSL 198.2º 0.94% 0.19% -
HSV(B) 198.2º 0.97% 0.36% -
XYZ 3.86 4.57 10.8 -
YUV 49.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 3 65 92 0.97 0.29 0 0.64 198.2 0.94 0.19
Hex 3 41 5C 61 1D 0 40 C6 5E 13
Octal 3 101 134 141 35 0 100 306 136 23
Binary 11 1000001 1011100 1100001 11101 0 1000000 11000110 1011110 10011

Color Harmonies of #03415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03415C

Black with #03415C

Text Example


Text Example

White with #03415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,65,92); }

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

background-color css

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

 a { background-color: rgb(3,65,92); }

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

border-color css

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

 span { border-color: rgb(3,65,92); }

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