Html Css Color HEX #044365 Prussian Blue

📋 copy color: '#044365'

red 4 ◦ green 67 ◦ blue 101

#044365
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #044365

Tints of Prussian Blue #044365

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 value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#044365 (or 0x044365) is known color: 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

RGB 4 67 101 -
CMYK 0.96 0.34 0 0.60
HSL 201.03º 0.92% 0.21% -
HSV(B) 201.03º 0.96% 0.4% -
XYZ 4.41 4.98 13.04 -
YUV 52.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 4 67 101 0.96 0.34 0 0.60 201.03 0.92 0.21
Hex 4 43 65 60 22 0 3C C9 5C 15
Octal 4 103 145 140 42 0 74 311 134 25
Binary 100 1000011 1100101 1100000 100010 0 111100 11001001 1011100 10101

Color Harmonies of #044365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044365

Black with #044365

Text Example


Text Example

White with #044365

Text Example


Text Example

HTML Codes & Css Web 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>