Html Css Color HEX #032FDF Persian Blue

📋 copy color: '#032FDF'

red 3 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #032FDF

Tints of Persian Blue #032FDF

RGB

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

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

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

R = 1.1%
G = 17.22%
B = 81.68%

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

#032FDF (or 0x032FDF) is known color: Persian Blue. HEX triplet: 03, 2F and DF. RGB value is (3,47,223). Sum of RGB (Red+Green+Blue) = 3+47+223=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #032FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FDF is #FCD020. Grayscale: #353535. Windows color (decimal): -16568353 or 14626563. OLE color: 14626563.

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

Color convert

RGB 3 47 223 -
CMYK 0.99 0.79 0 0.13
HSL 228º 0.97% 0.44% -
HSV(B) 228º 0.99% 0.87% -
XYZ 14.37 7.38 70.48 -
YUV 53.91 223.42 91.69 -
System Red Green Blue C M Y K H S L
Decimal 3 47 223 0.99 0.79 0 0.13 228 0.97 0.44
Hex 3 2F DF 63 4F 0 D E4 61 2C
Octal 3 57 337 143 117 0 15 344 141 54
Binary 11 101111 11011111 1100011 1001111 0 1101 11100100 1100001 101100

Color Harmonies of #032FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FDF

Black with #032FDF

Text Example


Text Example

White with #032FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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