Html Css Color HEX #00325E Prussian Blue

📋 copy color: '#00325E'

red 0 ◦ green 50 ◦ blue 94

#00325E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #00325E

Tints of Prussian Blue #00325E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 34.72%

 BLUE value IS 94 (37.11% from 255) = 65.28%

R = 0%
G = 34.72%
B = 65.28%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00325E (or 0x00325E) is known color: Prussian Blue. HEX triplet: 00, 32 and 5E. RGB value is (0,50,94). Sum of RGB (Red+Green+Blue) = 0+50+94=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #00325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00325E is #FFCDA1. Grayscale: #272727. Windows color (decimal): -16764322 or 6173184. OLE color: 6173184.

HSL color Cylindrical-coordinate representation of color #00325E: hue angle of 208.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00325E is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 50 94 -
CMYK 1 0.47 0 0.63
HSL 208.09º 1% 0.18% -
HSV(B) 208.09º 1% 0.37% -
XYZ 3.16 3.09 11.02 -
YUV 40.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 0 50 94 1 0.47 0 0.63 208.09 1 0.18
Hex 0 32 5E 64 2F 0 3F D0 64 12
Octal 0 62 136 144 57 0 77 320 144 22
Binary 0 110010 1011110 1100100 101111 0 111111 11010000 1100100 10010

Color Harmonies of #00325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00325E

Black with #00325E

Text Example


Text Example

White with #00325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00325E; }

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

 H1.HeaderClassName
 {
   color: #00325E;
 }
 .AnyTagClassName
 {
   color: #00325E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #00325E;
 }
 .BgClassName
 {
   background-color: #00325E;
 }
</style>

border-color css

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

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

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