#003961

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

Shades of Prussian Blue #003961

Tints of Prussian Blue #003961

Color information

#003961 (or 0x003961) is unknown color: approx Prussian Blue. HEX triplet: 00, 39 and 61. RGB value is (0,57,97). Sum of RGB (Red+Green+Blue) = 0+57+97=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #003961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003961 is #FFC69E. Grayscale: #2C2C2C. Windows color (decimal): -16762527 or 6371584. OLE color: 6371584.

HSL color Cylindrical-coordinate representation of color #003961: hue angle of 204.74º 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 #003961 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB05797-
CMYK10.4100.62
HSL204.74º100%19.02%-
HSV(B)204.74º100%38.04%-
XYZ3.623.7911.85-
YUV44.52157.6296.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=0%
G=37.01%
B=62.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0579710.4100.62204.7410019.02
Hex03961642903Ecd6413
Octal0711411445107631514423
Binary011100111000011100100101001011111011001101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003961; }

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

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

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

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

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

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

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

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