Html Css Color HEX #032AE1 Persian Blue

📋 copy color: '#032AE1'

red 3 ◦ green 42 ◦ blue 225

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

Shades of Persian Blue #032AE1

Tints of Persian Blue #032AE1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 225 (88.28% from 255) = 83.33%

R = 1.11%
G = 15.56%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#032AE1 (or 0x032AE1) is known color: Persian Blue. HEX triplet: 03, 2A and E1. RGB value is (3,42,225). Sum of RGB (Red+Green+Blue) = 3+42+225=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 225 (88.28% from 255 or 83.33% from 270); Max value from RGB is 225 - color contains mainly: blue. Hex color #032AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032AE1 is #FCD51E. Grayscale: #323232. Windows color (decimal): -16569631 or 14756355. OLE color: 14756355.

HSL color Cylindrical-coordinate representation of color #032AE1: hue angle of 229.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032AE1 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 42 225 -
CMYK 0.99 0.81 0 0.12
HSL 229.46º 0.97% 0.45% -
HSV(B) 229.46º 0.99% 0.88% -
XYZ 14.46 7.11 71.84 -
YUV 51.2 226.08 93.62 -
System Red Green Blue C M Y K H S L
Decimal 3 42 225 0.99 0.81 0 0.12 229.46 0.97 0.45
Hex 3 2A E1 63 51 0 C E5 61 2D
Octal 3 52 341 143 121 0 14 345 141 55
Binary 11 101010 11100001 1100011 1010001 0 1100 11100101 1100001 101101

Color Harmonies of #032AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032AE1

Black with #032AE1

Text Example


Text Example

White with #032AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,42,225); }

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

background-color css

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

 a { background-color: rgb(3,42,225); }

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

border-color css

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

 span { border-color: rgb(3,42,225); }

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