#03385D

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

Shades of Prussian Blue #03385D

Tints of Prussian Blue #03385D

Color information

#03385D (or 0x03385D) is unknown color: approx Prussian Blue. HEX triplet: 03, 38 and 5D. RGB value is (3,56,93). Sum of RGB (Red+Green+Blue) = 3+56+93=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #03385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03385D is #FCC7A2. Grayscale: #2C2C2C. Windows color (decimal): -16566179 or 6109187. OLE color: 6109187.

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

Color convert

RGB35693-
CMYK0.970.4000.64
HSL204.67º93.75%18.82%-
HSV(B)204.67º96.77%36.47%-
XYZ3.433.6410.88-
YUV44.37155.4498.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=1.97%
G=36.84%
B=61.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal356930.970.4000.64204.6793.7518.82
Hex3385D6128040cd5e13
Octal37013514150010031513623
Binary11111000101110111000011010000100000011001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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