#03415D

Color #03415D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #03415D

Tints of Prussian Blue #03415D

Color information

#03415D (or 0x03415D) is unknown color: approx Prussian Blue. HEX triplet: 03, 41 and 5D. RGB value is (3,65,93). Sum of RGB (Red+Green+Blue) = 3+65+93=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #03415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03415D is #FCBEA2. Grayscale: #313131. Windows color (decimal): -16563875 or 6111491. OLE color: 6111491.

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

Color convert

RGB36593-
CMYK0.970.3000.64
HSL198.67º93.75%18.82%-
HSV(B)198.67º96.77%36.47%-
XYZ3.94.5911.04-
YUV49.65152.4694.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=1.86%
G=40.37%
B=57.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal365930.970.3000.64198.6793.7518.82
Hex3415D611E040c75e13
Octal310113514136010030713623
Binary11100000110111011100001111100100000011000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03415D;
 }
 .AnyTagClassName
 {
   color: #03415D;
 }
</style>
background-color css

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

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

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

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

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

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