#043350

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

Shades of Prussian Blue #043350

Tints of Prussian Blue #043350

Color information

#043350 (or 0x043350) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 50. RGB value is (4,51,80). Sum of RGB (Red+Green+Blue) = 4+51+80=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #043350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043350 is #FBCCAF. Grayscale: #282828. Windows color (decimal): -16501936 or 5255940. OLE color: 5255940.

HSL color Cylindrical-coordinate representation of color #043350: hue angle of 202.89º 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 #043350 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB45180-
CMYK0.950.3600.69
HSL202.89º90.48%16.47%-
HSV(B)202.89º95%31.37%-
XYZ2.682.978.02-
YUV40.25150.43102.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=2.96%
G=37.78%
B=59.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal451800.950.3600.69202.8990.4816.47
Hex433505F24045cb5a10
Octal46312013744010531313220
Binary100110011101000010111111001000100010111001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043350; }

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

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

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

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

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

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

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

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