#00324f

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

Shades of Prussian Blue #00324F

Tints of Prussian Blue #00324F

Color information

#00324F (or 0x00324F) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 4F. RGB value is (0,50,79). Sum of RGB (Red+Green+Blue) = 0+50+79=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #00324F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00324F is #FFCDB0. Grayscale: #262626. Windows color (decimal): -16764337 or 5190144. OLE color: 5190144.

HSL color Cylindrical-coordinate representation of color #00324F: hue angle of 202.03º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00324F is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB05079-
CMYK10.3700.69
HSL202.03º100%15.49%-
HSV(B)202.03º100%30.98%-
XYZ2.552.857.81-
YUV38.36150.94100.64-

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) = 38.76%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=0%
G=38.76%
B=61.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0507910.3700.69202.0310015.49
Hex0324F6425045ca64f
Octal06211714445010531214417
Binary011001010011111100100100101010001011100101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00324f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00324f; }

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

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

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

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

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

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

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

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