Html Css Color HEX #032F66 Prussian Blue

📋 copy color: '#032F66'

red 3 ◦ green 47 ◦ blue 102

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

Shades of Prussian Blue #032F66

Tints of Prussian Blue #032F66

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.92%

 BLUE value IS 102 (40.23% from 255) = 67.11%

R = 1.97%
G = 30.92%
B = 67.11%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#032F66 (or 0x032F66) is known color: Prussian Blue. HEX triplet: 03, 2F and 66. RGB value is (3,47,102). Sum of RGB (Red+Green+Blue) = 3+47+102=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #032F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F66 is #FCD099. Grayscale: #272727. Windows color (decimal): -16568474 or 6696707. OLE color: 6696707.

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

Color convert

RGB 3 47 102 -
CMYK 0.97 0.54 0 0.6
HSL 213.33º 0.94% 0.21% -
HSV(B) 213.33º 0.97% 0.4% -
XYZ 3.45 3.01 12.97 -
YUV 40.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 3 47 102 0.97 0.54 0 0.6 213.33 0.94 0.21
Hex 3 2F 66 61 36 0 3C D5 5E 15
Octal 3 57 146 141 66 0 74 325 136 25
Binary 11 101111 1100110 1100001 110110 0 111100 11010101 1011110 10101

Color Harmonies of #032F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F66

Black with #032F66

Text Example


Text Example

White with #032F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,47,102); }

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

background-color css

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

 a { background-color: rgb(3,47,102); }

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

border-color css

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

 span { border-color: rgb(3,47,102); }

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