#043363

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

Shades of Prussian Blue #043363

Tints of Prussian Blue #043363

Color information

#043363 (or 0x043363) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 63. RGB value is (4,51,99). Sum of RGB (Red+Green+Blue) = 4+51+99=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #043363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043363 is #FBCC9C. Grayscale: #2A2A2A. Windows color (decimal): -16501917 or 6501124. OLE color: 6501124.

HSL color Cylindrical-coordinate representation of color #043363: hue angle of 210.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043363 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB45199-
CMYK0.960.4800.61
HSL210.32º92.23%20.2%-
HSV(B)210.32º95.96%38.82%-
XYZ3.493.2912.26-
YUV42.42159.93100.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=2.60%
G=33.12%
B=64.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal451990.960.4800.61210.3292.2320.2
Hex43363603003Dd25c14
Octal4631431406007532213424
Binary10011001111000111100000110000011110111010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043363; }

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

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

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

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

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

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

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

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