Html Css Color HEX #032B51 Prussian Blue

📋 copy color: '#032B51'

red 3 ◦ green 43 ◦ blue 81

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

Shades of Prussian Blue #032B51

Tints of Prussian Blue #032B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 63.78%

R = 2.36%
G = 33.86%
B = 63.78%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#032B51 (or 0x032B51) is known color: Prussian Blue. HEX triplet: 03, 2B and 51. RGB value is (3,43,81). Sum of RGB (Red+Green+Blue) = 3+43+81=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #032B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B51 is #FCD4AE. Grayscale: #232323. Windows color (decimal): -16569519 or 5319427. OLE color: 5319427.

HSL color Cylindrical-coordinate representation of color #032B51: hue angle of 209.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032B51 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 43 81 -
CMYK 0.96 0.47 0 0.68
HSL 209.23º 0.93% 0.16% -
HSV(B) 209.23º 0.96% 0.32% -
XYZ 2.39 2.34 8.11 -
YUV 35.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 3 43 81 0.96 0.47 0 0.68 209.23 0.93 0.16
Hex 3 2B 51 60 2F 0 44 D1 5D 10
Octal 3 53 121 140 57 0 104 321 135 20
Binary 11 101011 1010001 1100000 101111 0 1000100 11010001 1011101 10000

Color Harmonies of #032B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B51

Black with #032B51

Text Example


Text Example

White with #032B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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