#003861

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

Shades of Prussian Blue #003861

Tints of Prussian Blue #003861

Color information

#003861 (or 0x003861) is unknown color: approx Prussian Blue. HEX triplet: 00, 38 and 61. RGB value is (0,56,97). Sum of RGB (Red+Green+Blue) = 0+56+97=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #003861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003861 is #FFC79E. Grayscale: #2B2B2B. Windows color (decimal): -16762783 or 6371328. OLE color: 6371328.

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

Color convert

RGB05697-
CMYK10.4200.62
HSL205.36º100%19.02%-
HSV(B)205.36º100%38.04%-
XYZ3.573.6911.83-
YUV43.93157.9596.67-

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.60%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=0%
G=36.60%
B=63.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0569710.4200.62205.3610019.02
Hex03861642A03Ecd6413
Octal0701411445207631514423
Binary011100011000011100100101010011111011001101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003861; }

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

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

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

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

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

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

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

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