#03344F

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

Shades of Prussian Blue #03344F

Tints of Prussian Blue #03344F

Color information

#03344F (or 0x03344F) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 4F. RGB value is (3,52,79). Sum of RGB (Red+Green+Blue) = 3+52+79=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #03344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03344F is #FCCBB0. Grayscale: #282828. Windows color (decimal): -16567217 or 5190659. OLE color: 5190659.

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

Color convert

RGB35279-
CMYK0.960.3400.69
HSL201.32º92.68%16.08%-
HSV(B)201.32º96.2%30.98%-
XYZ2.683.047.84-
YUV40.43149.77101.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=2.24%
G=38.81%
B=58.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal352790.960.3400.69201.3292.6816.08
Hex3344F6022045c95d10
Octal36411714042010531113520
Binary11110100100111111000001000100100010111001001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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