Html Css Color HEX #03415F Prussian Blue

📋 copy color: '#03415F'

red 3 ◦ green 65 ◦ blue 95

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

Shades of Prussian Blue #03415F

Tints of Prussian Blue #03415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 1.84%
G = 39.88%
B = 58.28%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03415F (or 0x03415F) is known color: Prussian Blue. HEX triplet: 03, 41 and 5F. RGB value is (3,65,95). Sum of RGB (Red+Green+Blue) = 3+65+95=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #03415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03415F is #FCBEA0. Grayscale: #313131. Windows color (decimal): -16563873 or 6242563. OLE color: 6242563.

HSL color Cylindrical-coordinate representation of color #03415F: hue angle of 199.57º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03415F is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 65 95 -
CMYK 0.97 0.32 0 0.63
HSL 199.57º 0.94% 0.19% -
HSV(B) 199.57º 0.97% 0.37% -
XYZ 3.99 4.63 11.51 -
YUV 49.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 3 65 95 0.97 0.32 0 0.63 199.57 0.94 0.19
Hex 3 41 5F 61 20 0 3F C8 5E 13
Octal 3 101 137 141 40 0 77 310 136 23
Binary 11 1000001 1011111 1100001 100000 0 111111 11001000 1011110 10011

Color Harmonies of #03415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03415F

Black with #03415F

Text Example


Text Example

White with #03415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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