#033168

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

Shades of Prussian Blue #033168

Tints of Prussian Blue #033168

Color information

#033168 (or 0x033168) is unknown color: approx Prussian Blue. HEX triplet: 03, 31 and 68. RGB value is (3,49,104). Sum of RGB (Red+Green+Blue) = 3+49+104=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #033168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033168 is #FCCE97. Grayscale: #292929. Windows color (decimal): -16567960 or 6828291. OLE color: 6828291.

HSL color Cylindrical-coordinate representation of color #033168: hue angle of 212.67º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033168 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB349104-
CMYK0.970.5300.59
HSL212.67º94.39%20.98%-
HSV(B)212.67º97.12%40.78%-
XYZ3.633.2213.53-
YUV41.52163.26100.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 104 (41.02% from 255) = 66.67%
R=1.92%
G=31.41%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3491040.970.5300.59212.6794.3920.98
Hex33168613503Bd55e15
Octal3611501416507332513625
Binary1111000111010001100001110101011101111010101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033168; }

 p { color: rgb(3,49,104); }

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

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

 a { background-color: rgb(3,49,104); }

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

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

 span { border-color: rgb(3,49,104); }

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