#04386B

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

Shades of Prussian Blue #04386B

Tints of Prussian Blue #04386B

Color information

#04386B (or 0x04386B) is unknown color: approx Prussian Blue. HEX triplet: 04, 38 and 6B. RGB value is (4,56,107). Sum of RGB (Red+Green+Blue) = 4+56+107=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #04386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04386B is #FBC794. Grayscale: #2E2E2E. Windows color (decimal): -16500629 or 7026692. OLE color: 7026692.

HSL color Cylindrical-coordinate representation of color #04386B: hue angle of 209.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04386B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB456107-
CMYK0.960.4800.58
HSL209.71º92.79%21.76%-
HSV(B)209.71º96.26%41.96%-
XYZ4.123.9214.45-
YUV46.27162.2797.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=2.40%
G=33.53%
B=64.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4561070.960.4800.58209.7192.7921.76
Hex4386B603003Ad25d16
Octal4701531406007232213526
Binary10011100011010111100000110000011101011010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04386B; }

 p { color: rgb(4,56,107); }

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

<style>
 a { background-color: #04386B; }

 a { background-color: rgb(4,56,107); }

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

<style>
 span { border-color: #04386B; }

 span { border-color: rgb(4,56,107); }

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