#043450

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

Shades of Prussian Blue #043450

Tints of Prussian Blue #043450

Color information

#043450 (or 0x043450) is unknown color: approx Prussian Blue. HEX triplet: 04, 34 and 50. RGB value is (4,52,80). Sum of RGB (Red+Green+Blue) = 4+52+80=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #043450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043450 is #FBCBAF. Grayscale: #282828. Windows color (decimal): -16501680 or 5256196. OLE color: 5256196.

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

Color convert

RGB45280-
CMYK0.950.3500.69
HSL202.11º90.48%16.47%-
HSV(B)202.11º95%31.37%-
XYZ2.733.068.04-
YUV40.84150.1101.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=2.94%
G=38.24%
B=58.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal452800.950.3500.69202.1190.4816.47
Hex434505F23045ca5a10
Octal46412013743010531213220
Binary100110100101000010111111000110100010111001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043450; }

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

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

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

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

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

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

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

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