Html Css Color HEX #032EDF Persian Blue

📋 copy color: '#032EDF'

red 3 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #032EDF

Tints of Persian Blue #032EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.91%

 BLUE value IS 223 (87.5% from 255) = 81.99%

R = 1.1%
G = 16.91%
B = 81.99%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#032EDF (or 0x032EDF) is known color: Persian Blue. HEX triplet: 03, 2E and DF. RGB value is (3,46,223). Sum of RGB (Red+Green+Blue) = 3+46+223=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #032EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032EDF is #FCD120. Grayscale: #343434. Windows color (decimal): -16568609 or 14626307. OLE color: 14626307.

HSL color Cylindrical-coordinate representation of color #032EDF: hue angle of 228.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032EDF is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 46 223 -
CMYK 0.99 0.79 0 0.13
HSL 228.27º 0.97% 0.44% -
HSV(B) 228.27º 0.99% 0.87% -
XYZ 14.33 7.3 70.47 -
YUV 53.32 223.75 92.11 -
System Red Green Blue C M Y K H S L
Decimal 3 46 223 0.99 0.79 0 0.13 228.27 0.97 0.44
Hex 3 2E DF 63 4F 0 D E4 61 2C
Octal 3 56 337 143 117 0 15 344 141 54
Binary 11 101110 11011111 1100011 1001111 0 1101 11100100 1100001 101100

Color Harmonies of #032EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032EDF

Black with #032EDF

Text Example


Text Example

White with #032EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,223); }

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

background-color css

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

 a { background-color: rgb(3,46,223); }

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

border-color css

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

 span { border-color: rgb(3,46,223); }

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