#043378

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

Shades of Prussian Blue #043378

Tints of Prussian Blue #043378

Color information

#043378 (or 0x043378) is unknown color: approx Prussian Blue. HEX triplet: 04, 33 and 78. RGB value is (4,51,120). Sum of RGB (Red+Green+Blue) = 4+51+120=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #043378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043378 is #FBCC87. Grayscale: #2C2C2C. Windows color (decimal): -16501896 or 7877380. OLE color: 7877380.

HSL color Cylindrical-coordinate representation of color #043378: hue angle of 215.69º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043378 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB451120-
CMYK0.970.5800.53
HSL215.69º93.55%24.31%-
HSV(B)215.69º96.67%47.06%-
XYZ4.623.7518.25-
YUV44.81170.4398.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=2.29%
G=29.14%
B=68.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4511200.970.5800.53215.6993.5524.31
Hex43378613A035d85e18
Octal4631701417206533013630
Binary10011001111110001100001111010011010111011000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043378; }

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

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

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

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

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

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

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

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