#002961

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

Shades of Prussian Blue #002961

Tints of Prussian Blue #002961

Color information

#002961 (or 0x002961) is unknown color: approx Prussian Blue. HEX triplet: 00, 29 and 61. RGB value is (0,41,97). Sum of RGB (Red+Green+Blue) = 0+41+97=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #002961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002961 is #FFD69E. Grayscale: #222222. Windows color (decimal): -16766623 or 6367488. OLE color: 6367488.

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

Color convert

RGB04197-
CMYK10.5800.62
HSL214.64º100%19.02%-
HSV(B)214.64º100%38.04%-
XYZ2.952.4511.63-
YUV35.12162.92102.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 97 (38.28% from 255) = 70.29%
R=0%
G=29.71%
B=70.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0419710.5800.62214.6410019.02
Hex02961643A03Ed76413
Octal0511411447207632714423
Binary010100111000011100100111010011111011010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002961; }

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

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

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

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

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

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

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

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