#043253

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

Shades of Prussian Blue #043253

Tints of Prussian Blue #043253

Color information

#043253 (or 0x043253) is unknown color: approx Prussian Blue. HEX triplet: 04, 32 and 53. RGB value is (4,50,83). Sum of RGB (Red+Green+Blue) = 4+50+83=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #043253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043253 is #FBCDAC. Grayscale: #272727. Windows color (decimal): -16502189 or 5452292. OLE color: 5452292.

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

Color convert

RGB45083-
CMYK0.950.4000.67
HSL205.06º90.8%17.06%-
HSV(B)205.06º95.18%32.55%-
XYZ2.752.938.6-
YUV40.01152.26102.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=2.92%
G=36.50%
B=60.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal450830.950.4000.67205.0690.817.06
Hex432535F28043cd5b11
Octal46212313750010331513321
Binary100110010101001110111111010000100001111001101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043253; }

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

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

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

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

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

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

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

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