Html Css Color HEX #032BE1 Persian Blue

📋 copy color: '#032BE1'

red 3 ◦ green 43 ◦ blue 225

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

Shades of Persian Blue #032BE1

Tints of Persian Blue #032BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 1.11%
G = 15.87%
B = 83.03%

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

#032BE1 (or 0x032BE1) is known color: Persian Blue. HEX triplet: 03, 2B and E1. RGB value is (3,43,225). Sum of RGB (Red+Green+Blue) = 3+43+225=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 225 (88.28% from 255 or 83.03% from 271); Max value from RGB is 225 - color contains mainly: blue. Hex color #032BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BE1 is #FCD41E. Grayscale: #333333. Windows color (decimal): -16569375 or 14756611. OLE color: 14756611.

HSL color Cylindrical-coordinate representation of color #032BE1: hue angle of 229.19º 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 #032BE1 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 43 225 -
CMYK 0.99 0.81 0 0.12
HSL 229.19º 0.97% 0.45% -
HSV(B) 229.19º 0.99% 0.88% -
XYZ 14.49 7.18 71.86 -
YUV 51.79 225.75 93.2 -
System Red Green Blue C M Y K H S L
Decimal 3 43 225 0.99 0.81 0 0.12 229.19 0.97 0.45
Hex 3 2B E1 63 51 0 C E5 61 2D
Octal 3 53 341 143 121 0 14 345 141 55
Binary 11 101011 11100001 1100011 1010001 0 1100 11100101 1100001 101101

Color Harmonies of #032BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BE1

Black with #032BE1

Text Example


Text Example

White with #032BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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