#043C66

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

Shades of Prussian Blue #043C66

Tints of Prussian Blue #043C66

Color information

#043C66 (or 0x043C66) is unknown color: approx Prussian Blue. HEX triplet: 04, 3C and 66. RGB value is (4,60,102). Sum of RGB (Red+Green+Blue) = 4+60+102=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #043C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C66 is #FBC399. Grayscale: #2F2F2F. Windows color (decimal): -16499610 or 6700036. OLE color: 6700036.

HSL color Cylindrical-coordinate representation of color #043C66: hue angle of 205.71º 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 #043C66 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB460102-
CMYK0.960.4100.6
HSL205.71º92.45%20.78%-
HSV(B)205.71º96.08%40%-
XYZ4.064.2213.17-
YUV48.04158.4596.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=2.41%
G=36.14%
B=61.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4601020.960.4100.6205.7192.4520.78
Hex43C66602903Cce5c15
Octal4741461405107431613425
Binary10011110011001101100000101001011110011001110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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