Html Css Color HEX #032E68 Prussian Blue

📋 copy color: '#032E68'

red 3 ◦ green 46 ◦ blue 104

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

Shades of Prussian Blue #032E68

Tints of Prussian Blue #032E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.07%

 BLUE value IS 104 (41.02% from 255) = 67.97%

R = 1.96%
G = 30.07%
B = 67.97%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032E68 (or 0x032E68) is known color: Prussian Blue. HEX triplet: 03, 2E and 68. RGB value is (3,46,104). Sum of RGB (Red+Green+Blue) = 3+46+104=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #032E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E68 is #FCD197. Grayscale: #272727. Windows color (decimal): -16568728 or 6827523. OLE color: 6827523.

HSL color Cylindrical-coordinate representation of color #032E68: hue angle of 214.46º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032E68 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 46 104 -
CMYK 0.97 0.56 0 0.59
HSL 214.46º 0.94% 0.21% -
HSV(B) 214.46º 0.97% 0.41% -
XYZ 3.51 2.97 13.49 -
YUV 39.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 3 46 104 0.97 0.56 0 0.59 214.46 0.94 0.21
Hex 3 2E 68 61 38 0 3B D6 5E 15
Octal 3 56 150 141 70 0 73 326 136 25
Binary 11 101110 1101000 1100001 111000 0 111011 11010110 1011110 10101

Color Harmonies of #032E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E68

Black with #032E68

Text Example


Text Example

White with #032E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,104); }

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

background-color css

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

 a { background-color: rgb(3,46,104); }

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

border-color css

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

 span { border-color: rgb(3,46,104); }

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