Html Css Color HEX #032B58 Prussian Blue

📋 copy color: '#032B58'

red 3 ◦ green 43 ◦ blue 88

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

Shades of Prussian Blue #032B58

Tints of Prussian Blue #032B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.09%

 BLUE value IS 88 (34.77% from 255) = 65.67%

R = 2.24%
G = 32.09%
B = 65.67%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032B58 (or 0x032B58) is known color: Prussian Blue. HEX triplet: 03, 2B and 58. RGB value is (3,43,88). Sum of RGB (Red+Green+Blue) = 3+43+88=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #032B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B58 is #FCD4A7. Grayscale: #232323. Windows color (decimal): -16569512 or 5778179. OLE color: 5778179.

HSL color Cylindrical-coordinate representation of color #032B58: hue angle of 211.76º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032B58 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 43 88 -
CMYK 0.97 0.51 0 0.65
HSL 211.76º 0.93% 0.18% -
HSV(B) 211.76º 0.97% 0.35% -
XYZ 2.66 2.45 9.57 -
YUV 36.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 3 43 88 0.97 0.51 0 0.65 211.76 0.93 0.18
Hex 3 2B 58 61 33 0 41 D4 5D 12
Octal 3 53 130 141 63 0 101 324 135 22
Binary 11 101011 1011000 1100001 110011 0 1000001 11010100 1011101 10010

Color Harmonies of #032B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B58

Black with #032B58

Text Example


Text Example

White with #032B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,43,88); }

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

background-color css

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

 a { background-color: rgb(3,43,88); }

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

border-color css

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

 span { border-color: rgb(3,43,88); }

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