#043C6F

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

Shades of Prussian Blue #043C6F

Tints of Prussian Blue #043C6F

Color information

#043C6F (or 0x043C6F) is unknown color: approx Prussian Blue. HEX triplet: 04, 3C and 6F. RGB value is (4,60,111). Sum of RGB (Red+Green+Blue) = 4+60+111=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #043C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C6F is #FBC390. Grayscale: #303030. Windows color (decimal): -16499601 or 7289860. OLE color: 7289860.

HSL color Cylindrical-coordinate representation of color #043C6F: hue angle of 208.6º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043C6F is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB460111-
CMYK0.960.4600.56
HSL208.6º93.04%22.55%-
HSV(B)208.6º96.4%43.53%-
XYZ4.544.4115.65-
YUV49.07162.9595.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 111 (43.75% from 255) = 63.43%
R=2.29%
G=34.29%
B=63.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4601110.960.4600.56208.693.0422.55
Hex43C6F602E038d15d17
Octal4741571405607032113527
Binary10011110011011111100000101110011100011010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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