#03344D

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

Shades of Prussian Blue #03344D

Tints of Prussian Blue #03344D

Color information

#03344D (or 0x03344D) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 4D. RGB value is (3,52,77). Sum of RGB (Red+Green+Blue) = 3+52+77=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #03344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03344D is #FCCBB2. Grayscale: #282828. Windows color (decimal): -16567219 or 5059587. OLE color: 5059587.

HSL color Cylindrical-coordinate representation of color #03344D: hue angle of 200.27º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03344D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB35277-
CMYK0.960.3200.70
HSL200.27º92.5%15.69%-
HSV(B)200.27º96.1%30.2%-
XYZ2.613.017.47-
YUV40.2148.77101.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=2.27%
G=39.39%
B=58.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal352770.960.3200.70200.2792.515.69
Hex3344D6020046c85c10
Octal36411514040010631013420
Binary11110100100110111000001000000100011011001000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,52,77); }

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

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

 a { background-color: rgb(3,52,77); }

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

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

 span { border-color: rgb(3,52,77); }

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