#1D32D2

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

Shades of Persian Blue #1D32D2

Tints of Persian Blue #1D32D2

Color information

#1D32D2 (or 0x1D32D2) is unknown color: approx Persian Blue. HEX triplet: 1D, 32 and D2. RGB value is (29,50,210). Sum of RGB (Red+Green+Blue) = 29+50+210=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #1D32D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D32D2 is #E2CD2D. Grayscale: #3D3D3D. Windows color (decimal): -14863662 or 13775389. OLE color: 13775389.

HSL color Cylindrical-coordinate representation of color #1D32D2: hue angle of 233.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D32D2 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2950210-
CMYK0.860.7600.18
HSL233.04º75.73%46.86%-
HSV(B)233.04º86.19%82.35%-
XYZ13.287.261.66-
YUV61.96211.54104.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 210 (82.42% from 255) = 72.66%
R=10.03%
G=17.30%
B=72.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29502100.860.7600.18233.0475.7346.86
Hex1D32D2564C012e94c2f
Octal356232212611402235111457
Binary111011100101101001010101101001100010010111010011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D32D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D32D2; }

 p { color: rgb(29,50,210); }

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

<style>
 a { background-color: #1D32D2; }

 a { background-color: rgb(29,50,210); }

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

<style>
 span { border-color: #1D32D2; }

 span { border-color: rgb(29,50,210); }

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