Html Css Color HEX #032DDD Persian Blue

📋 copy color: '#032DDD'

red 3 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #032DDD

Tints of Persian Blue #032DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

 BLUE value IS 221 (86.72% from 255) = 82.16%

R = 1.12%
G = 16.73%
B = 82.16%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#032DDD (or 0x032DDD) is known color: Persian Blue. HEX triplet: 03, 2D and DD. RGB value is (3,45,221). Sum of RGB (Red+Green+Blue) = 3+45+221=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #032DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DDD is #FCD222. Grayscale: #333333. Windows color (decimal): -16568867 or 14494979. OLE color: 14494979.

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

Color convert

RGB 3 45 221 -
CMYK 0.99 0.80 0 0.13
HSL 228.44º 0.97% 0.44% -
HSV(B) 228.44º 0.99% 0.87% -
XYZ 14.03 7.12 69.04 -
YUV 52.51 223.09 92.69 -
System Red Green Blue C M Y K H S L
Decimal 3 45 221 0.99 0.80 0 0.13 228.44 0.97 0.44
Hex 3 2D DD 63 50 0 D E4 61 2C
Octal 3 55 335 143 120 0 15 344 141 54
Binary 11 101101 11011101 1100011 1010000 0 1101 11100100 1100001 101100

Color Harmonies of #032DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032DDD

Black with #032DDD

Text Example


Text Example

White with #032DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,45,221); }

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

background-color css

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

 a { background-color: rgb(3,45,221); }

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

border-color css

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

 span { border-color: rgb(3,45,221); }

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