#033A53

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

Shades of Prussian Blue #033A53

Tints of Prussian Blue #033A53

Color information

#033A53 (or 0x033A53) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 53. RGB value is (3,58,83). Sum of RGB (Red+Green+Blue) = 3+58+83=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #033A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A53 is #FCC5AC. Grayscale: #2C2C2C. Windows color (decimal): -16565677 or 5454339. OLE color: 5454339.

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

Color convert

RGB35883-
CMYK0.960.3000.67
HSL198.75º93.02%16.86%-
HSV(B)198.75º96.39%32.55%-
XYZ3.113.678.73-
YUV44.4149.7898.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 83 (32.81% from 255) = 57.64%
R=2.08%
G=40.28%
B=57.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal358830.960.3000.67198.7593.0216.86
Hex33A53601E043c75d11
Octal37212314036010330713521
Binary1111101010100111100000111100100001111000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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