#043353

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

Shades of Prussian Blue #043353

Tints of Prussian Blue #043353

Color information

#043353 (or 0x043353) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 53. RGB value is (4,51,83). Sum of RGB (Red+Green+Blue) = 4+51+83=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #043353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043353 is #FBCCAC. Grayscale: #282828. Windows color (decimal): -16501933 or 5452548. OLE color: 5452548.

HSL color Cylindrical-coordinate representation of color #043353: hue angle of 204.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043353 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB45183-
CMYK0.950.3900.67
HSL204.3º90.8%17.06%-
HSV(B)204.3º95.18%32.55%-
XYZ2.83.028.62-
YUV40.6151.93101.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=2.90%
G=36.96%
B=60.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal451830.950.3900.67204.390.817.06
Hex433535F27043cc5b11
Octal46312313747010331413321
Binary100110011101001110111111001110100001111001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043353; }

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

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

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

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

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

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

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

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