Html Css Color HEX #032B63 Prussian Blue

📋 copy color: '#032B63'

red 3 ◦ green 43 ◦ blue 99

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

Shades of Prussian Blue #032B63

Tints of Prussian Blue #032B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 68.28%

R = 2.07%
G = 29.66%
B = 68.28%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#032B63 (or 0x032B63) is known color: Prussian Blue. HEX triplet: 03, 2B and 63. RGB value is (3,43,99). Sum of RGB (Red+Green+Blue) = 3+43+99=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #032B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B63 is #FCD49C. Grayscale: #252525. Windows color (decimal): -16569501 or 6499075. OLE color: 6499075.

HSL color Cylindrical-coordinate representation of color #032B63: hue angle of 215º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032B63 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 43 99 -
CMYK 0.97 0.57 0 0.61
HSL 215º 0.94% 0.2% -
HSV(B) 215º 0.97% 0.39% -
XYZ 3.15 2.65 12.15 -
YUV 37.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 3 43 99 0.97 0.57 0 0.61 215 0.94 0.2
Hex 3 2B 63 61 39 0 3D D7 5E 14
Octal 3 53 143 141 71 0 75 327 136 24
Binary 11 101011 1100011 1100001 111001 0 111101 11010111 1011110 10100

Color Harmonies of #032B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B63

Black with #032B63

Text Example


Text Example

White with #032B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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