Html Css Color HEX #032CDD Persian Blue

📋 copy color: '#032CDD'

red 3 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #032CDD

Tints of Persian Blue #032CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

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

R = 1.12%
G = 16.42%
B = 82.46%

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

#032CDD (or 0x032CDD) is known color: Persian Blue. HEX triplet: 03, 2C and DD. RGB value is (3,44,221). Sum of RGB (Red+Green+Blue) = 3+44+221=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #032CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CDD is #FCD322. Grayscale: #333333. Windows color (decimal): -16569123 or 14494723. OLE color: 14494723.

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

Color convert

RGB 3 44 221 -
CMYK 0.99 0.80 0 0.13
HSL 228.72º 0.97% 0.44% -
HSV(B) 228.72º 0.99% 0.87% -
XYZ 13.99 7.04 69.03 -
YUV 51.92 223.42 93.11 -
System Red Green Blue C M Y K H S L
Decimal 3 44 221 0.99 0.80 0 0.13 228.72 0.97 0.44
Hex 3 2C DD 63 50 0 D E5 61 2C
Octal 3 54 335 143 120 0 15 345 141 54
Binary 11 101100 11011101 1100011 1010000 0 1101 11100101 1100001 101100

Color Harmonies of #032CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CDD

Black with #032CDD

Text Example


Text Example

White with #032CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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