#042C64

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

Shades of Prussian Blue #042C64

Tints of Prussian Blue #042C64

Color information

#042C64 (or 0x042C64) is unknown color: approx Prussian Blue. HEX triplet: 04, 2C and 64. RGB value is (4,44,100). Sum of RGB (Red+Green+Blue) = 4+44+100=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #042C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C64 is #FBD39B. Grayscale: #262626. Windows color (decimal): -16503708 or 6564868. OLE color: 6564868.

HSL color Cylindrical-coordinate representation of color #042C64: hue angle of 215º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042C64 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB444100-
CMYK0.960.5600.61
HSL215º92.31%20.39%-
HSV(B)215º96%39.22%-
XYZ3.252.7512.42-
YUV38.42162.75103.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 100 (39.45% from 255) = 67.57%
R=2.70%
G=29.73%
B=67.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4441000.960.5600.6121592.3120.39
Hex42C64603803Dd75c14
Octal4541441407007532713424
Binary10010110011001001100000111000011110111010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042C64; }

 p { color: rgb(4,44,100); }

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

<style>
 a { background-color: #042C64; }

 a { background-color: rgb(4,44,100); }

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

<style>
 span { border-color: #042C64; }

 span { border-color: rgb(4,44,100); }

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