Html Css Color HEX #032A53 Prussian Blue

📋 copy color: '#032A53'

red 3 ◦ green 42 ◦ blue 83

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

Shades of Prussian Blue #032A53

Tints of Prussian Blue #032A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 64.84%

R = 2.34%
G = 32.81%
B = 64.84%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#032A53 (or 0x032A53) is known color: Prussian Blue. HEX triplet: 03, 2A and 53. RGB value is (3,42,83). Sum of RGB (Red+Green+Blue) = 3+42+83=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #032A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A53 is #FCD5AC. Grayscale: #222222. Windows color (decimal): -16569773 or 5450243. OLE color: 5450243.

HSL color Cylindrical-coordinate representation of color #032A53: hue angle of 210.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A53 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 42 83 -
CMYK 0.96 0.49 0 0.67
HSL 210.75º 0.93% 0.17% -
HSV(B) 210.75º 0.96% 0.33% -
XYZ 2.43 2.3 8.5 -
YUV 35.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 3 42 83 0.96 0.49 0 0.67 210.75 0.93 0.17
Hex 3 2A 53 60 31 0 43 D3 5D 11
Octal 3 52 123 140 61 0 103 323 135 21
Binary 11 101010 1010011 1100000 110001 0 1000011 11010011 1011101 10001

Color Harmonies of #032A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A53

Black with #032A53

Text Example


Text Example

White with #032A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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