#033070

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

Shades of Prussian Blue #033070

Tints of Prussian Blue #033070

Color information

#033070 (or 0x033070) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 70. RGB value is (3,48,112). Sum of RGB (Red+Green+Blue) = 3+48+112=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #033070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033070 is #FCCF8F. Grayscale: #292929. Windows color (decimal): -16568208 or 7352323. OLE color: 7352323.

HSL color Cylindrical-coordinate representation of color #033070: hue angle of 215.23º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033070 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB348112-
CMYK0.970.5700.56
HSL215.23º94.78%22.55%-
HSV(B)215.23º97.32%43.92%-
XYZ4.023.315.75-
YUV41.84167.59100.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=1.84%
G=29.45%
B=68.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3481120.970.5700.56215.2394.7822.55
Hex330706139038d75f17
Octal3601601417107032713727
Binary1111000011100001100001111001011100011010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033070; }

 p { color: rgb(3,48,112); }

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

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

 a { background-color: rgb(3,48,112); }

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

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

 span { border-color: rgb(3,48,112); }

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