#002955

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

Shades of Prussian Blue #002955

Tints of Prussian Blue #002955

Color information

#002955 (or 0x002955) is unknown color: approx Prussian Blue. HEX triplet: 00, 29 and 55. RGB value is (0,41,85). Sum of RGB (Red+Green+Blue) = 0+41+85=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #002955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002955 is #FFD6AA. Grayscale: #212121. Windows color (decimal): -16766635 or 5581056. OLE color: 5581056.

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

Color convert

RGB04185-
CMYK10.5200.67
HSL211.06º100%16.67%-
HSV(B)211.06º100%33.33%-
XYZ2.432.248.9-
YUV33.76156.92103.92-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0418510.5200.67211.0610016.67
Hex029556434043d36411
Octal05112514464010332314421
Binary0101001101010111001001101000100001111010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002955; }

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

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

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

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

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

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

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

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