#044365

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

Shades of Prussian Blue #044365

Tints of Prussian Blue #044365

Color information

#044365 (or 0x044365) is unknown color: approx Prussian Blue. HEX triplet: 04, 43 and 65. RGB value is (4,67,101). Sum of RGB (Red+Green+Blue) = 4+67+101=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #044365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044365 is #FBBC9A. Grayscale: #333333. Windows color (decimal): -16497819 or 6636292. OLE color: 6636292.

HSL color Cylindrical-coordinate representation of color #044365: hue angle of 201.03º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044365 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB467101-
CMYK0.960.3400.60
HSL201.03º92.38%20.59%-
HSV(B)201.03º96.04%39.61%-
XYZ4.414.9813.04-
YUV52.04155.6393.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=2.33%
G=38.95%
B=58.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4671010.960.3400.60201.0392.3820.59
Hex44365602203Cc95c15
Octal41031451404207431113425
Binary100100001111001011100000100010011110011001001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044365; }

 p { color: rgb(4,67,101); }

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

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

 a { background-color: rgb(4,67,101); }

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

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

 span { border-color: rgb(4,67,101); }

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