#033250

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

Shades of Prussian Blue #033250

Tints of Prussian Blue #033250

Color information

#033250 (or 0x033250) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 50. RGB value is (3,50,80). Sum of RGB (Red+Green+Blue) = 3+50+80=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #033250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033250 is #FCCDAF. Grayscale: #272727. Windows color (decimal): -16567728 or 5255683. OLE color: 5255683.

HSL color Cylindrical-coordinate representation of color #033250: hue angle of 203.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033250 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35080-
CMYK0.960.3700.69
HSL203.38º92.77%16.27%-
HSV(B)203.38º96.25%31.37%-
XYZ2.632.888.01-
YUV39.37150.93102.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=2.26%
G=37.59%
B=60.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal350800.960.3700.69203.3892.7716.27
Hex332506025045cb5d10
Octal36212014045010531313520
Binary11110010101000011000001001010100010111001011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033250; }

 p { color: rgb(3,50,80); }

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

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

 a { background-color: rgb(3,50,80); }

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

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

 span { border-color: rgb(3,50,80); }

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