Html Css Color HEX #043A55 Prussian Blue

📋 copy color: '#043A55'

red 4 ◦ green 58 ◦ blue 85

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

Shades of Prussian Blue #043A55

Tints of Prussian Blue #043A55

RGB

 RED value IS 4 (1.95% from 255) = 2.72%

 GREEN value IS 58 (23.05% from 255) = 39.46%

 BLUE value IS 85 (33.59% from 255) = 57.82%

R = 2.72%
G = 39.46%
B = 57.82%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#043A55 (or 0x043A55) is known color: Prussian Blue. HEX triplet: 04, 3A and 55. RGB value is (4,58,85). Sum of RGB (Red+Green+Blue) = 4+58+85=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #043A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A55 is #FBC5AA. Grayscale: #2C2C2C. Windows color (decimal): -16500139 or 5585412. OLE color: 5585412.

HSL color Cylindrical-coordinate representation of color #043A55: hue angle of 200º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043A55 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 58 85 -
CMYK 0.95 0.32 0 0.67
HSL 200º 0.91% 0.17% -
HSV(B) 200º 0.95% 0.33% -
XYZ 3.2 3.71 9.14 -
YUV 44.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 4 58 85 0.95 0.32 0 0.67 200 0.91 0.17
Hex 4 3A 55 5F 20 0 43 C8 5B 11
Octal 4 72 125 137 40 0 103 310 133 21
Binary 100 111010 1010101 1011111 100000 0 1000011 11001000 1011011 10001

Color Harmonies of #043A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043A55

Black with #043A55

Text Example


Text Example

White with #043A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043A55; }

 p { color: rgb(4,58,85); }

 H1.HeaderClassName
 {
   color: #043A55;
 }
 .AnyTagClassName
 {
   color: #043A55;
 }
</style>

background-color css

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

 a { background-color: rgb(4,58,85); }

 div.DivClassName
 {
   background-color: #043A55;
 }
 .BgClassName
 {
   background-color: #043A55;
 }
</style>

border-color css

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

 span { border-color: rgb(4,58,85); }

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