#03305C

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

Shades of Prussian Blue #03305C

Tints of Prussian Blue #03305C

Color information

#03305C (or 0x03305C) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 5C. RGB value is (3,48,92). Sum of RGB (Red+Green+Blue) = 3+48+92=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #03305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03305C is #FCCFA3. Grayscale: #272727. Windows color (decimal): -16568228 or 6041603. OLE color: 6041603.

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

Color convert

RGB34892-
CMYK0.970.4800.64
HSL209.66º93.68%18.63%-
HSV(B)209.66º96.74%36.08%-
XYZ3.032.9110.53-
YUV39.56157.59101.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.10%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=2.10%
G=33.57%
B=64.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal348920.970.4800.64209.6693.6818.63
Hex3305C6130040d25e13
Octal36013414160010032213623
Binary11110000101110011000011100000100000011010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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