#03345C

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

Shades of Prussian Blue #03345C

Tints of Prussian Blue #03345C

Color information

#03345C (or 0x03345C) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 5C. RGB value is (3,52,92). Sum of RGB (Red+Green+Blue) = 3+52+92=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #03345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03345C is #FCCBA3. Grayscale: #292929. Windows color (decimal): -16567204 or 6042627. OLE color: 6042627.

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

Color convert

RGB35292-
CMYK0.970.4300.64
HSL206.97º93.68%18.63%-
HSV(B)206.97º96.74%36.08%-
XYZ3.23.2510.58-
YUV41.91156.27100.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=2.04%
G=35.37%
B=62.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal352920.970.4300.64206.9793.6818.63
Hex3345C612B040cf5e13
Octal36413414153010031713623
Binary11110100101110011000011010110100000011001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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