#003253

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

Shades of Prussian Blue #003253

Tints of Prussian Blue #003253

Color information

#003253 (or 0x003253) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 53. RGB value is (0,50,83). Sum of RGB (Red+Green+Blue) = 0+50+83=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #003253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003253 is #FFCDAC. Grayscale: #262626. Windows color (decimal): -16764333 or 5452288. OLE color: 5452288.

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

Color convert

RGB05083-
CMYK10.4000.67
HSL203.86º100%16.27%-
HSV(B)203.86º100%32.55%-
XYZ2.72.918.6-
YUV38.81152.94100.32-

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.59%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=0%
G=37.59%
B=62.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0508310.4000.67203.8610016.27
Hex032536428043cc6410
Octal06212314450010331414420
Binary0110010101001111001001010000100001111001100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003253; }

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

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

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

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

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

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

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

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