Html Css Color HEX #032650 Prussian Blue

📋 copy color: '#032650'

red 3 ◦ green 38 ◦ blue 80

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

Shades of Prussian Blue #032650

Tints of Prussian Blue #032650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 80 (31.64% from 255) = 66.12%

R = 2.48%
G = 31.4%
B = 66.12%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#032650 (or 0x032650) is known color: Prussian Blue. HEX triplet: 03, 26 and 50. RGB value is (3,38,80). Sum of RGB (Red+Green+Blue) = 3+38+80=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #032650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032650 is #FCD9AF. Grayscale: #202020. Windows color (decimal): -16570800 or 5252611. OLE color: 5252611.

HSL color Cylindrical-coordinate representation of color #032650: hue angle of 212.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032650 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 38 80 -
CMYK 0.96 0.52 0 0.69
HSL 212.73º 0.93% 0.16% -
HSV(B) 212.73º 0.96% 0.31% -
XYZ 2.18 1.98 7.86 -
YUV 32.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 3 38 80 0.96 0.52 0 0.69 212.73 0.93 0.16
Hex 3 26 50 60 34 0 45 D5 5D 10
Octal 3 46 120 140 64 0 105 325 135 20
Binary 11 100110 1010000 1100000 110100 0 1000101 11010101 1011101 10000

Color Harmonies of #032650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032650

Black with #032650

Text Example


Text Example

White with #032650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032650; }

 p { color: rgb(3,38,80); }

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

background-color css

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

 a { background-color: rgb(3,38,80); }

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

border-color css

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

 span { border-color: rgb(3,38,80); }

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