Html Css Color HEX #032A5D Prussian Blue

📋 copy color: '#032A5D'

red 3 ◦ green 42 ◦ blue 93

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

Shades of Prussian Blue #032A5D

Tints of Prussian Blue #032A5D

RGB

 RED value IS 3 (1.56% from 255) = 2.17%

 GREEN value IS 42 (16.8% from 255) = 30.43%

 BLUE value IS 93 (36.72% from 255) = 67.39%

R = 2.17%
G = 30.43%
B = 67.39%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#032A5D (or 0x032A5D) is known color: Prussian Blue. HEX triplet: 03, 2A and 5D. RGB value is (3,42,93). Sum of RGB (Red+Green+Blue) = 3+42+93=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #032A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A5D is #FCD5A2. Grayscale: #232323. Windows color (decimal): -16569763 or 6105603. OLE color: 6105603.

HSL color Cylindrical-coordinate representation of color #032A5D: hue angle of 214º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A5D is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 42 93 -
CMYK 0.97 0.55 0 0.64
HSL 214º 0.94% 0.19% -
HSV(B) 214º 0.97% 0.36% -
XYZ 2.84 2.47 10.68 -
YUV 36.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 3 42 93 0.97 0.55 0 0.64 214 0.94 0.19
Hex 3 2A 5D 61 37 0 40 D6 5E 13
Octal 3 52 135 141 67 0 100 326 136 23
Binary 11 101010 1011101 1100001 110111 0 1000000 11010110 1011110 10011

Color Harmonies of #032A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A5D

Black with #032A5D

Text Example


Text Example

White with #032A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032A5D; }

 p { color: rgb(3,42,93); }

 H1.HeaderClassName
 {
   color: #032A5D;
 }
 .AnyTagClassName
 {
   color: #032A5D;
 }
</style>

background-color css

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

 a { background-color: rgb(3,42,93); }

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

border-color css

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

 span { border-color: rgb(3,42,93); }

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