#03336B

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

Shades of Prussian Blue #03336B

Tints of Prussian Blue #03336B

Color information

#03336B (or 0x03336B) is unknown color: approx Prussian Blue. HEX triplet: 03, 33 and 6B. RGB value is (3,51,107). Sum of RGB (Red+Green+Blue) = 3+51+107=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #03336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03336B is #FCCC94. Grayscale: #2A2A2A. Windows color (decimal): -16567445 or 7025411. OLE color: 7025411.

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

Color convert

RGB351107-
CMYK0.970.5200.58
HSL212.31º94.55%21.57%-
HSV(B)212.31º97.2%41.96%-
XYZ3.883.4514.37-
YUV43.03164.199.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 107 (42.19% from 255) = 66.46%
R=1.86%
G=31.68%
B=66.46%

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
Decimal3511070.970.5200.58212.3194.5521.57
Hex3336B613403Ad45f16
Octal3631531416407232413726
Binary1111001111010111100001110100011101011010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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