#003661

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

Shades of Prussian Blue #003661

Tints of Prussian Blue #003661

Color information

#003661 (or 0x003661) is unknown color: approx Prussian Blue. HEX triplet: 00, 36 and 61. RGB value is (0,54,97). Sum of RGB (Red+Green+Blue) = 0+54+97=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #003661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003661 is #FFC99E. Grayscale: #2A2A2A. Windows color (decimal): -16763295 or 6370816. OLE color: 6370816.

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

Color convert

RGB05497-
CMYK10.4400.62
HSL206.6º100%19.02%-
HSV(B)206.6º100%38.04%-
XYZ3.483.511.8-
YUV42.76158.6197.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=0%
G=35.76%
B=64.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0549710.4400.62206.610019.02
Hex03661642C03Ecf6413
Octal0661411445407631714423
Binary011011011000011100100101100011111011001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003661; }

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

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

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

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

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

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

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

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