#033752

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

Shades of Prussian Blue #033752

Tints of Prussian Blue #033752

Color information

#033752 (or 0x033752) is unknown color: approx Prussian Blue. HEX triplet: 03, 37 and 52. RGB value is (3,55,82). Sum of RGB (Red+Green+Blue) = 3+55+82=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #033752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033752 is #FCC8AD. Grayscale: #2A2A2A. Windows color (decimal): -16566446 or 5388035. OLE color: 5388035.

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

Color convert

RGB35582-
CMYK0.960.3300.68
HSL200.51º92.94%16.67%-
HSV(B)200.51º96.34%32.16%-
XYZ2.933.368.48-
YUV42.53150.2799.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=2.14%
G=39.29%
B=58.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal355820.960.3300.68200.5192.9416.67
Hex337526021044c95d11
Octal36712214041010431113521
Binary11110111101001011000001000010100010011001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033752; }

 p { color: rgb(3,55,82); }

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

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

 a { background-color: rgb(3,55,82); }

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

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

 span { border-color: rgb(3,55,82); }

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