#043250

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

Shades of Prussian Blue #043250

Tints of Prussian Blue #043250

Color information

#043250 (or 0x043250) is unknown color: approx Prussian Blue. HEX triplet: 04, 32 and 50. RGB value is (4,50,80). Sum of RGB (Red+Green+Blue) = 4+50+80=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #043250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043250 is #FBCDAF. Grayscale: #272727. Windows color (decimal): -16502192 or 5255684. OLE color: 5255684.

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

Color convert

RGB45080-
CMYK0.950.3700.69
HSL203.68º90.48%16.47%-
HSV(B)203.68º95%31.37%-
XYZ2.642.898.01-
YUV39.67150.76102.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=2.99%
G=37.31%
B=59.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal450800.950.3700.69203.6890.4816.47
Hex432505F25045cc5a10
Octal46212013745010531413220
Binary100110010101000010111111001010100010111001100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043250; }

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

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

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

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

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

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

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

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