#03385B

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

Shades of Prussian Blue #03385B

Tints of Prussian Blue #03385B

Color information

#03385B (or 0x03385B) is unknown color: approx Prussian Blue. HEX triplet: 03, 38 and 5B. RGB value is (3,56,91). Sum of RGB (Red+Green+Blue) = 3+56+91=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #03385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03385B is #FCC7A4. Grayscale: #2B2B2B. Windows color (decimal): -16566181 or 5978115. OLE color: 5978115.

HSL color Cylindrical-coordinate representation of color #03385B: hue angle of 203.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03385B is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35691-
CMYK0.970.3800.64
HSL203.86º93.62%18.43%-
HSV(B)203.86º96.7%35.69%-
XYZ3.343.610.42-
YUV44.14154.4498.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=2%
G=37.33%
B=60.67%

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
Decimal356910.970.3800.64203.8693.6218.43
Hex3385B6126040cc5e12
Octal37013314146010031413622
Binary11111000101101111000011001100100000011001100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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