#033953

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

Shades of Prussian Blue #033953

Tints of Prussian Blue #033953

Color information

#033953 (or 0x033953) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 53. RGB value is (3,57,83). Sum of RGB (Red+Green+Blue) = 3+57+83=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #033953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033953 is #FCC6AC. Grayscale: #2B2B2B. Windows color (decimal): -16565933 or 5454083. OLE color: 5454083.

HSL color Cylindrical-coordinate representation of color #033953: hue angle of 199.5º 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 #033953 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB35783-
CMYK0.960.3100.67
HSL199.5º93.02%16.86%-
HSV(B)199.5º96.39%32.55%-
XYZ3.063.578.71-
YUV43.82150.1198.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.10%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 83 (32.81% from 255) = 58.04%
R=2.10%
G=39.86%
B=58.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal357830.960.3100.67199.593.0216.86
Hex33953601F043c85d11
Octal37112314037010331013521
Binary1111100110100111100000111110100001111001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033953; }

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

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

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

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

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

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

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

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