#033068

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

Shades of Prussian Blue #033068

Tints of Prussian Blue #033068

Color information

#033068 (or 0x033068) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 68. RGB value is (3,48,104). Sum of RGB (Red+Green+Blue) = 3+48+104=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #033068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033068 is #FCCF97. Grayscale: #282828. Windows color (decimal): -16568216 or 6828035. OLE color: 6828035.

HSL color Cylindrical-coordinate representation of color #033068: hue angle of 213.27º 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 #033068 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB348104-
CMYK0.970.5400.59
HSL213.27º94.39%20.98%-
HSV(B)213.27º97.12%40.78%-
XYZ3.593.1313.51-
YUV40.93163.59100.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=1.94%
G=30.97%
B=67.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3481040.970.5400.59213.2794.3920.98
Hex33068613603Bd55e15
Octal3601501416607332513625
Binary1111000011010001100001110110011101111010101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033068; }

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

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

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

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

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

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

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

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