#003255

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

Shades of Prussian Blue #003255

Tints of Prussian Blue #003255

Color information

#003255 (or 0x003255) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 55. RGB value is (0,50,85). Sum of RGB (Red+Green+Blue) = 0+50+85=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #003255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003255 is #FFCDAA. Grayscale: #262626. Windows color (decimal): -16764331 or 5583360. OLE color: 5583360.

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

Color convert

RGB05085-
CMYK10.4100.67
HSL204.71º100%16.67%-
HSV(B)204.71º100%33.33%-
XYZ2.782.949.01-
YUV39.04153.94100.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 85 (33.59% from 255) = 62.96%
R=0%
G=37.04%
B=62.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0508510.4100.67204.7110016.67
Hex032556429043cd6411
Octal06212514451010331514421
Binary0110010101010111001001010010100001111001101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003255; }

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

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

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

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

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

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

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

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