Html Css Color HEX #032852 Prussian Blue

📋 copy color: '#032852'

red 3 ◦ green 40 ◦ blue 82

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

Shades of Prussian Blue #032852

Tints of Prussian Blue #032852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32%

 BLUE value IS 82 (32.42% from 255) = 65.6%

R = 2.4%
G = 32%
B = 65.6%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#032852 (or 0x032852) is known color: Prussian Blue. HEX triplet: 03, 28 and 52. RGB value is (3,40,82). Sum of RGB (Red+Green+Blue) = 3+40+82=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #032852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032852 is #FCD7AD. Grayscale: #212121. Windows color (decimal): -16570286 or 5384195. OLE color: 5384195.

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

Color convert

RGB 3 40 82 -
CMYK 0.96 0.51 0 0.68
HSL 211.9º 0.93% 0.17% -
HSV(B) 211.9º 0.96% 0.32% -
XYZ 2.32 2.15 8.27 -
YUV 33.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 3 40 82 0.96 0.51 0 0.68 211.9 0.93 0.17
Hex 3 28 52 60 33 0 44 D4 5D 11
Octal 3 50 122 140 63 0 104 324 135 21
Binary 11 101000 1010010 1100000 110011 0 1000100 11010100 1011101 10001

Color Harmonies of #032852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032852

Black with #032852

Text Example


Text Example

White with #032852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032852; }

 p { color: rgb(3,40,82); }

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

background-color css

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

 a { background-color: rgb(3,40,82); }

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

border-color css

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

 span { border-color: rgb(3,40,82); }

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