Html Css Color HEX #032853 Prussian Blue

📋 copy color: '#032853'

red 3 ◦ green 40 ◦ blue 83

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

Shades of Prussian Blue #032853

Tints of Prussian Blue #032853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 65.87%

R = 2.38%
G = 31.75%
B = 65.87%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#032853 (or 0x032853) is known color: Prussian Blue. HEX triplet: 03, 28 and 53. RGB value is (3,40,83). Sum of RGB (Red+Green+Blue) = 3+40+83=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #032853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032853 is #FCD7AC. Grayscale: #212121. Windows color (decimal): -16570285 or 5449731. OLE color: 5449731.

HSL color Cylindrical-coordinate representation of color #032853: hue angle of 212.25º 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 #032853 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 40 83 -
CMYK 0.96 0.52 0 0.67
HSL 212.25º 0.93% 0.17% -
HSV(B) 212.25º 0.96% 0.33% -
XYZ 2.36 2.16 8.48 -
YUV 33.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 3 40 83 0.96 0.52 0 0.67 212.25 0.93 0.17
Hex 3 28 53 60 34 0 43 D4 5D 11
Octal 3 50 123 140 64 0 103 324 135 21
Binary 11 101000 1010011 1100000 110100 0 1000011 11010100 1011101 10001

Color Harmonies of #032853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032853

Black with #032853

Text Example


Text Example

White with #032853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032853; }

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

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

background-color css

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

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

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

border-color css

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

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

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