Html Css Color HEX #032FDD Persian Blue

📋 copy color: '#032FDD'

red 3 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #032FDD

Tints of Persian Blue #032FDD

RGB

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

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

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

R = 1.11%
G = 17.34%
B = 81.55%

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

#032FDD (or 0x032FDD) is known color: Persian Blue. HEX triplet: 03, 2F and DD. RGB value is (3,47,221). Sum of RGB (Red+Green+Blue) = 3+47+221=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #032FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FDD is #FCD022. Grayscale: #343434. Windows color (decimal): -16568355 or 14495491. OLE color: 14495491.

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

Color convert

RGB 3 47 221 -
CMYK 0.99 0.79 0 0.13
HSL 227.89º 0.97% 0.44% -
HSV(B) 227.89º 0.99% 0.87% -
XYZ 14.11 7.27 69.07 -
YUV 53.68 222.42 91.85 -
System Red Green Blue C M Y K H S L
Decimal 3 47 221 0.99 0.79 0 0.13 227.89 0.97 0.44
Hex 3 2F DD 63 4F 0 D E4 61 2C
Octal 3 57 335 143 117 0 15 344 141 54
Binary 11 101111 11011101 1100011 1001111 0 1101 11100100 1100001 101100

Color Harmonies of #032FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FDD

Black with #032FDD

Text Example


Text Example

White with #032FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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