#043062

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

Shades of Prussian Blue #043062

Tints of Prussian Blue #043062

Color information

#043062 (or 0x043062) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 62. RGB value is (4,48,98). Sum of RGB (Red+Green+Blue) = 4+48+98=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #043062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043062 is #FBCF9D. Grayscale: #282828. Windows color (decimal): -16502686 or 6434820. OLE color: 6434820.

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

Color convert

RGB44898-
CMYK0.960.5100.62
HSL211.91º92.16%20%-
HSV(B)211.91º95.92%38.43%-
XYZ3.313.0211.96-
YUV40.54160.42101.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 98 (38.67% from 255) = 65.33%
R=2.67%
G=32%
B=65.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal448980.960.5100.62211.9192.1620
Hex43062603303Ed45c14
Octal4601421406307632413424
Binary10011000011000101100000110011011111011010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043062; }

 p { color: rgb(4,48,98); }

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

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

 a { background-color: rgb(4,48,98); }

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

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

 span { border-color: rgb(4,48,98); }

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