#033D5D

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

Shades of Prussian Blue #033D5D

Tints of Prussian Blue #033D5D

Color information

#033D5D (or 0x033D5D) is unknown color: approx Prussian Blue. HEX triplet: 03, 3D and 5D. RGB value is (3,61,93). Sum of RGB (Red+Green+Blue) = 3+61+93=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #033D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D5D is #FCC2A2. Grayscale: #2F2F2F. Windows color (decimal): -16564899 or 6110467. OLE color: 6110467.

HSL color Cylindrical-coordinate representation of color #033D5D: hue angle of 201.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 #033D5D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36193-
CMYK0.970.3400.64
HSL201.33º93.75%18.82%-
HSV(B)201.33º96.77%36.47%-
XYZ3.684.1510.96-
YUV47.31153.7896.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=1.91%
G=38.85%
B=59.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal361930.970.3400.64201.3393.7518.82
Hex33D5D6122040c95e13
Octal37513514142010031113623
Binary11111101101110111000011000100100000011001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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