Html Css Color HEX #032BE6 Persian Blue

📋 copy color: '#032BE6'

red 3 ◦ green 43 ◦ blue 230

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

Shades of Persian Blue #032BE6

Tints of Persian Blue #032BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 83.33%

R = 1.09%
G = 15.58%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#032BE6 (or 0x032BE6) is known color: Persian Blue. HEX triplet: 03, 2B and E6. RGB value is (3,43,230). Sum of RGB (Red+Green+Blue) = 3+43+230=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 230 (90.23% from 255 or 83.33% from 276); Max value from RGB is 230 - color contains mainly: blue. Hex color #032BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BE6 is #FCD419. Grayscale: #333333. Windows color (decimal): -16569370 or 15084291. OLE color: 15084291.

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

Color convert

RGB 3 43 230 -
CMYK 0.99 0.81 0 0.10
HSL 229.43º 0.97% 0.46% -
HSV(B) 229.43º 0.99% 0.9% -
XYZ 15.18 7.46 75.5 -
YUV 52.36 228.25 92.79 -
System Red Green Blue C M Y K H S L
Decimal 3 43 230 0.99 0.81 0 0.10 229.43 0.97 0.46
Hex 3 2B E6 63 51 0 A E5 61 2E
Octal 3 53 346 143 121 0 12 345 141 56
Binary 11 101011 11100110 1100011 1010001 0 1010 11100101 1100001 101110

Color Harmonies of #032BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BE6

Black with #032BE6

Text Example


Text Example

White with #032BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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