#003863

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

Shades of Prussian Blue #003863

Tints of Prussian Blue #003863

Color information

#003863 (or 0x003863) is unknown color: approx Prussian Blue. HEX triplet: 00, 38 and 63. RGB value is (0,56,99). Sum of RGB (Red+Green+Blue) = 0+56+99=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #003863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003863 is #FFC79C. Grayscale: #2B2B2B. Windows color (decimal): -16762781 or 6502400. OLE color: 6502400.

HSL color Cylindrical-coordinate representation of color #003863: hue angle of 206.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003863 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB05699-
CMYK10.4300.61
HSL206.06º100%19.41%-
HSV(B)206.06º100%38.82%-
XYZ3.673.7312.33-
YUV44.16158.9596.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 99 (39.06% from 255) = 63.87%
R=0%
G=36.13%
B=63.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0569910.4300.61206.0610019.41
Hex03863642B03Dce6413
Octal0701431445307531614423
Binary011100011000111100100101011011110111001110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003863; }

 p { color: rgb(0,56,99); }

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

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

 a { background-color: rgb(0,56,99); }

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

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

 span { border-color: rgb(0,56,99); }

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