Html Css Color HEX #032FDB Persian Blue

📋 copy color: '#032FDB'

red 3 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #032FDB

Tints of Persian Blue #032FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 81.41%

R = 1.12%
G = 17.47%
B = 81.41%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#032FDB (or 0x032FDB) is known color: Persian Blue. HEX triplet: 03, 2F and DB. RGB value is (3,47,219). Sum of RGB (Red+Green+Blue) = 3+47+219=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #032FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FDB is #FCD024. Grayscale: #343434. Windows color (decimal): -16568357 or 14364419. OLE color: 14364419.

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

Color convert

RGB 3 47 219 -
CMYK 0.99 0.79 0 0.14
HSL 227.78º 0.97% 0.44% -
HSV(B) 227.78º 0.99% 0.86% -
XYZ 13.84 7.17 67.67 -
YUV 53.45 221.42 92.01 -
System Red Green Blue C M Y K H S L
Decimal 3 47 219 0.99 0.79 0 0.14 227.78 0.97 0.44
Hex 3 2F DB 63 4F 0 E E4 61 2C
Octal 3 57 333 143 117 0 16 344 141 54
Binary 11 101111 11011011 1100011 1001111 0 1110 11100100 1100001 101100

Color Harmonies of #032FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FDB

Black with #032FDB

Text Example


Text Example

White with #032FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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