#03295B

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

Shades of Prussian Blue #03295B

Tints of Prussian Blue #03295B

Color information

#03295B (or 0x03295B) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 5B. RGB value is (3,41,91). Sum of RGB (Red+Green+Blue) = 3+41+91=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #03295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03295B is #FCD6A4. Grayscale: #232323. Windows color (decimal): -16570021 or 5974275. OLE color: 5974275.

HSL color Cylindrical-coordinate representation of color #03295B: hue angle of 214.09º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03295B is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB34191-
CMYK0.970.5500.64
HSL214.09º93.62%18.43%-
HSV(B)214.09º96.7%35.69%-
XYZ2.722.3610.21-
YUV35.34159.41104.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=2.22%
G=30.37%
B=67.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal341910.970.5500.64214.0993.6218.43
Hex3295B6137040d65e12
Octal35113314167010032613622
Binary11101001101101111000011101110100000011010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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