Html Css Color HEX #043C55 Prussian Blue

📋 copy color: '#043C55'

red 4 ◦ green 60 ◦ blue 85

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

Shades of Prussian Blue #043C55

Tints of Prussian Blue #043C55

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.27%

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

R = 2.68%
G = 40.27%
B = 57.05%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#043C55 (or 0x043C55) is known color: Prussian Blue. HEX triplet: 04, 3C and 55. RGB value is (4,60,85). Sum of RGB (Red+Green+Blue) = 4+60+85=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #043C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C55 is #FBC3AA. Grayscale: #2D2D2D. Windows color (decimal): -16499627 or 5585924. OLE color: 5585924.

HSL color Cylindrical-coordinate representation of color #043C55: hue angle of 198.52º 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 #043C55 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 60 85 -
CMYK 0.95 0.29 0 0.67
HSL 198.52º 0.91% 0.17% -
HSV(B) 198.52º 0.95% 0.33% -
XYZ 3.31 3.91 9.18 -
YUV 46.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 4 60 85 0.95 0.29 0 0.67 198.52 0.91 0.17
Hex 4 3C 55 5F 1D 0 43 C7 5B 11
Octal 4 74 125 137 35 0 103 307 133 21
Binary 100 111100 1010101 1011111 11101 0 1000011 11000111 1011011 10001

Color Harmonies of #043C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043C55

Black with #043C55

Text Example


Text Example

White with #043C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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