#032DD1

Color #032DD1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #032DD1

Tints of Persian Blue #032DD1

Color information

#032DD1 (or 0x032DD1) is unknown color: approx Persian Blue. HEX triplet: 03, 2D and D1. RGB value is (3,45,209). Sum of RGB (Red+Green+Blue) = 3+45+209=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 209 (82.03% from 255 or 81.32% from 257); Max value from RGB is 209 - color contains mainly: blue. Hex color #032DD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DD1 is #FCD22E. Grayscale: #323232. Windows color (decimal): -16568879 or 13708547. OLE color: 13708547.

HSL color Cylindrical-coordinate representation of color #032DD1: hue angle of 227.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032DD1 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB345209-
CMYK0.990.7800.18
HSL227.77º97.17%41.57%-
HSV(B)227.77º98.56%81.96%-
XYZ12.486.560.92-
YUV51.14217.0993.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 209 (82.03% from 255) = 81.32%
R=1.17%
G=17.51%
B=81.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3452090.990.7800.18227.7797.1741.57
Hex32DD1634E012e4612a
Octal35532114311602234414152
Binary111011011101000111000111001110010010111001001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #032DD1;
 }
 .AnyTagClassName
 {
   color: #032DD1;
 }
</style>
background-color css

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

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

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

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

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

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