#03395C

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

Shades of Prussian Blue #03395C

Tints of Prussian Blue #03395C

Color information

#03395C (or 0x03395C) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 5C. RGB value is (3,57,92). Sum of RGB (Red+Green+Blue) = 3+57+92=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #03395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03395C is #FCC6A3. Grayscale: #2C2C2C. Windows color (decimal): -16565924 or 6043907. OLE color: 6043907.

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

Color convert

RGB35792-
CMYK0.970.3800.64
HSL203.6º93.68%18.63%-
HSV(B)203.6º96.74%36.08%-
XYZ3.433.7210.66-
YUV44.84154.6198.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=1.97%
G=37.5%
B=60.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal357920.970.3800.64203.693.6818.63
Hex3395C6126040cc5e13
Octal37113414146010031413623
Binary11111001101110011000011001100100000011001100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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