Html Css Color HEX #032B5C Prussian Blue

📋 copy color: '#032B5C'

red 3 ◦ green 43 ◦ blue 92

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

Shades of Prussian Blue #032B5C

Tints of Prussian Blue #032B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 66.67%

R = 2.17%
G = 31.16%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#032B5C (or 0x032B5C) is known color: Prussian Blue. HEX triplet: 03, 2B and 5C. RGB value is (3,43,92). Sum of RGB (Red+Green+Blue) = 3+43+92=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #032B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B5C is #FCD4A3. Grayscale: #242424. Windows color (decimal): -16569508 or 6040323. OLE color: 6040323.

HSL color Cylindrical-coordinate representation of color #032B5C: hue angle of 213.03º 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 #032B5C is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 43 92 -
CMYK 0.97 0.53 0 0.64
HSL 213.03º 0.94% 0.19% -
HSV(B) 213.03º 0.97% 0.36% -
XYZ 2.83 2.52 10.46 -
YUV 36.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 3 43 92 0.97 0.53 0 0.64 213.03 0.94 0.19
Hex 3 2B 5C 61 35 0 40 D5 5E 13
Octal 3 53 134 141 65 0 100 325 136 23
Binary 11 101011 1011100 1100001 110101 0 1000000 11010101 1011110 10011

Color Harmonies of #032B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B5C

Black with #032B5C

Text Example


Text Example

White with #032B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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