#03295D

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

Shades of Prussian Blue #03295D

Tints of Prussian Blue #03295D

Color information

#03295D (or 0x03295D) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 5D. RGB value is (3,41,93). Sum of RGB (Red+Green+Blue) = 3+41+93=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #03295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03295D is #FCD6A2. Grayscale: #232323. Windows color (decimal): -16570019 or 6105347. OLE color: 6105347.

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

Color convert

RGB34193-
CMYK0.970.5600.64
HSL214.67º93.75%18.82%-
HSV(B)214.67º96.77%36.47%-
XYZ2.812.410.67-
YUV35.57160.41104.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=2.19%
G=29.93%
B=67.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal341930.970.5600.64214.6793.7518.82
Hex3295D6138040d75e13
Octal35113514170010032713623
Binary11101001101110111000011110000100000011010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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