Html Css Color HEX #032D68 Prussian Blue

📋 copy color: '#032D68'

red 3 ◦ green 45 ◦ blue 104

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

Shades of Prussian Blue #032D68

Tints of Prussian Blue #032D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.61%

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

R = 1.97%
G = 29.61%
B = 68.42%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032D68 (or 0x032D68) is known color: Prussian Blue. HEX triplet: 03, 2D and 68. RGB value is (3,45,104). Sum of RGB (Red+Green+Blue) = 3+45+104=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #032D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D68 is #FCD297. Grayscale: #262626. Windows color (decimal): -16568984 or 6827267. OLE color: 6827267.

HSL color Cylindrical-coordinate representation of color #032D68: hue angle of 215.05º 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 #032D68 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 45 104 -
CMYK 0.97 0.57 0 0.59
HSL 215.05º 0.94% 0.21% -
HSV(B) 215.05º 0.97% 0.41% -
XYZ 3.47 2.9 13.47 -
YUV 39.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 3 45 104 0.97 0.57 0 0.59 215.05 0.94 0.21
Hex 3 2D 68 61 39 0 3B D7 5E 15
Octal 3 55 150 141 71 0 73 327 136 25
Binary 11 101101 1101000 1100001 111001 0 111011 11010111 1011110 10101

Color Harmonies of #032D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D68

Black with #032D68

Text Example


Text Example

White with #032D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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