#03364F

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

Shades of Prussian Blue #03364F

Tints of Prussian Blue #03364F

Color information

#03364F (or 0x03364F) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 4F. RGB value is (3,54,79). Sum of RGB (Red+Green+Blue) = 3+54+79=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #03364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03364F is #FCC9B0. Grayscale: #292929. Windows color (decimal): -16566705 or 5191171. OLE color: 5191171.

HSL color Cylindrical-coordinate representation of color #03364F: hue angle of 199.74º 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 #03364F is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35479-
CMYK0.960.3200.69
HSL199.74º92.68%16.08%-
HSV(B)199.74º96.2%30.98%-
XYZ2.773.227.87-
YUV41.6149.1100.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=2.21%
G=39.71%
B=58.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal354790.960.3200.69199.7492.6816.08
Hex3364F6020045c85d10
Octal36611714040010531013520
Binary11110110100111111000001000000100010111001000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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