#003353

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

Shades of Prussian Blue #003353

Tints of Prussian Blue #003353

Color information

#003353 (or 0x003353) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 53. RGB value is (0,51,83). Sum of RGB (Red+Green+Blue) = 0+51+83=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #003353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003353 is #FFCCAC. Grayscale: #272727. Windows color (decimal): -16764077 or 5452544. OLE color: 5452544.

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

Color convert

RGB05183-
CMYK10.3900.67
HSL203.13º100%16.27%-
HSV(B)203.13º100%32.55%-
XYZ2.752.998.62-
YUV39.4152.699.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 83 (32.81% from 255) = 61.94%
R=0%
G=38.06%
B=61.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0518310.3900.67203.1310016.27
Hex033536427043cb6410
Octal06312314447010331314420
Binary0110011101001111001001001110100001111001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003353; }

 p { color: rgb(0,51,83); }

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

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

 a { background-color: rgb(0,51,83); }

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

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

 span { border-color: rgb(0,51,83); }

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