#03336A

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

Shades of Prussian Blue #03336A

Tints of Prussian Blue #03336A

Color information

#03336A (or 0x03336A) is unknown color: approx Prussian Blue. HEX triplet: 03, 33 and 6A. RGB value is (3,51,106). Sum of RGB (Red+Green+Blue) = 3+51+106=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #03336A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03336A is #FCCC95. Grayscale: #2A2A2A. Windows color (decimal): -16567446 or 6959875. OLE color: 6959875.

HSL color Cylindrical-coordinate representation of color #03336A: hue angle of 212.04º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03336A is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB351106-
CMYK0.970.5200.58
HSL212.04º94.5%21.37%-
HSV(B)212.04º97.17%41.57%-
XYZ3.823.4314.1-
YUV42.92163.699.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 106 (41.80% from 255) = 66.25%
R=1.88%
G=31.88%
B=66.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3511060.970.5200.58212.0494.521.37
Hex3336A613403Ad45e15
Octal3631521416407232413625
Binary1111001111010101100001110100011101011010100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03336A; }

 p { color: rgb(3,51,106); }

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

<style>
 a { background-color: #03336A; }

 a { background-color: rgb(3,51,106); }

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

<style>
 span { border-color: #03336A; }

 span { border-color: rgb(3,51,106); }

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