#003955

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

Shades of Prussian Blue #003955

Tints of Prussian Blue #003955

Color information

#003955 (or 0x003955) is unknown color: approx Prussian Blue. HEX triplet: 00, 39 and 55. RGB value is (0,57,85). Sum of RGB (Red+Green+Blue) = 0+57+85=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #003955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003955 is #FFC6AA. Grayscale: #2A2A2A. Windows color (decimal): -16762539 or 5585152. OLE color: 5585152.

HSL color Cylindrical-coordinate representation of color #003955: hue angle of 199.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003955 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB05785-
CMYK10.3300.67
HSL199.76º100%16.67%-
HSV(B)199.76º100%33.33%-
XYZ3.13.589.12-
YUV43.15151.6297.22-

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) = 40.14%
BLUE value IS 85 (33.59% from 255) = 59.86%
R=0%
G=40.14%
B=59.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0578510.3300.67199.7610016.67
Hex039556421043c86411
Octal07112514441010331014421
Binary0111001101010111001001000010100001111001000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003955; }

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

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

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

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

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

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

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

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