Html Css Color HEX #032BDB Persian Blue

📋 copy color: '#032BDB'

red 3 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #032BDB

Tints of Persian Blue #032BDB

RGB

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

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

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

R = 1.13%
G = 16.23%
B = 82.64%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#032BDB (or 0x032BDB) is known color: Persian Blue. HEX triplet: 03, 2B and DB. RGB value is (3,43,219). Sum of RGB (Red+Green+Blue) = 3+43+219=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #032BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BDB is #FCD424. Grayscale: #323232. Windows color (decimal): -16569381 or 14363395. OLE color: 14363395.

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

Color convert

RGB 3 43 219 -
CMYK 0.99 0.80 0 0.14
HSL 228.89º 0.97% 0.44% -
HSV(B) 228.89º 0.99% 0.86% -
XYZ 13.69 6.86 67.62 -
YUV 51.1 222.75 93.69 -
System Red Green Blue C M Y K H S L
Decimal 3 43 219 0.99 0.80 0 0.14 228.89 0.97 0.44
Hex 3 2B DB 63 50 0 E E5 61 2C
Octal 3 53 333 143 120 0 16 345 141 54
Binary 11 101011 11011011 1100011 1010000 0 1110 11100101 1100001 101100

Color Harmonies of #032BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BDB

Black with #032BDB

Text Example


Text Example

White with #032BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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