Html Css Color HEX #032855 Prussian Blue

📋 copy color: '#032855'

red 3 ◦ green 40 ◦ blue 85

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

Shades of Prussian Blue #032855

Tints of Prussian Blue #032855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 66.41%

R = 2.34%
G = 31.25%
B = 66.41%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#032855 (or 0x032855) is known color: Prussian Blue. HEX triplet: 03, 28 and 55. RGB value is (3,40,85). Sum of RGB (Red+Green+Blue) = 3+40+85=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #032855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032855 is #FCD7AA. Grayscale: #212121. Windows color (decimal): -16570283 or 5580803. OLE color: 5580803.

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

Color convert

RGB 3 40 85 -
CMYK 0.96 0.53 0 0.67
HSL 212.93º 0.93% 0.17% -
HSV(B) 212.93º 0.96% 0.33% -
XYZ 2.44 2.19 8.89 -
YUV 34.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 3 40 85 0.96 0.53 0 0.67 212.93 0.93 0.17
Hex 3 28 55 60 35 0 43 D5 5D 11
Octal 3 50 125 140 65 0 103 325 135 21
Binary 11 101000 1010101 1100000 110101 0 1000011 11010101 1011101 10001

Color Harmonies of #032855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032855

Black with #032855

Text Example


Text Example

White with #032855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032855; }

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

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

background-color css

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

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

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

border-color css

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

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

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