#03385C

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

Shades of Prussian Blue #03385C

Tints of Prussian Blue #03385C

Color information

#03385C (or 0x03385C) is unknown color: approx Prussian Blue. HEX triplet: 03, 38 and 5C. RGB value is (3,56,92). Sum of RGB (Red+Green+Blue) = 3+56+92=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #03385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03385C is #FCC7A3. Grayscale: #2C2C2C. Windows color (decimal): -16566180 or 6043651. OLE color: 6043651.

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

Color convert

RGB35692-
CMYK0.970.3900.64
HSL204.27º93.68%18.63%-
HSV(B)204.27º96.74%36.08%-
XYZ3.383.6210.65-
YUV44.26154.9498.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=1.99%
G=37.09%
B=60.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal356920.970.3900.64204.2793.6818.63
Hex3385C6127040cc5e13
Octal37013414147010031413623
Binary11111000101110011000011001110100000011001100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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