#033A5D

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

Shades of Prussian Blue #033A5D

Tints of Prussian Blue #033A5D

Color information

#033A5D (or 0x033A5D) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 5D. RGB value is (3,58,93). Sum of RGB (Red+Green+Blue) = 3+58+93=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #033A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A5D is #FCC5A2. Grayscale: #2D2D2D. Windows color (decimal): -16565667 or 6109699. OLE color: 6109699.

HSL color Cylindrical-coordinate representation of color #033A5D: hue angle of 203.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A5D is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35893-
CMYK0.970.3800.64
HSL203.33º93.75%18.82%-
HSV(B)203.33º96.77%36.47%-
XYZ3.533.8410.91-
YUV45.54154.7897.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=1.95%
G=37.66%
B=60.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal358930.970.3800.64203.3393.7518.82
Hex33A5D6126040cb5e13
Octal37213514146010031313623
Binary11111010101110111000011001100100000011001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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