#033A56

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

Shades of Prussian Blue #033A56

Tints of Prussian Blue #033A56

Color information

#033A56 (or 0x033A56) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 56. RGB value is (3,58,86). Sum of RGB (Red+Green+Blue) = 3+58+86=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #033A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A56 is #FCC5A9. Grayscale: #2C2C2C. Windows color (decimal): -16565674 or 5650947. OLE color: 5650947.

HSL color Cylindrical-coordinate representation of color #033A56: hue angle of 200.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A56 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB35886-
CMYK0.970.3300.66
HSL200.24º93.26%17.45%-
HSV(B)200.24º96.51%33.73%-
XYZ3.233.729.35-
YUV44.75151.2898.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 86 (33.98% from 255) = 58.50%
R=2.04%
G=39.46%
B=58.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal358860.970.3300.66200.2493.2617.45
Hex33A566121042c85d11
Octal37212614141010231013521
Binary11111010101011011000011000010100001011001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033A56; }

 p { color: rgb(3,58,86); }

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

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

 a { background-color: rgb(3,58,86); }

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

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

 span { border-color: rgb(3,58,86); }

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