#1D32CB

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

Shades of Persian Blue #1D32CB

Tints of Persian Blue #1D32CB

Color information

#1D32CB (or 0x1D32CB) is unknown color: approx Persian Blue. HEX triplet: 1D, 32 and CB. RGB value is (29,50,203). Sum of RGB (Red+Green+Blue) = 29+50+203=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D32CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D32CB is #E2CD34. Grayscale: #3C3C3C. Windows color (decimal): -14863669 or 13316637. OLE color: 13316637.

HSL color Cylindrical-coordinate representation of color #1D32CB: hue angle of 232.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D32CB is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2950203-
CMYK0.860.7500.20
HSL232.76º75%45.49%-
HSV(B)232.76º85.71%79.61%-
XYZ12.436.8557.17-
YUV61.16208.04105.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.28%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 203 (79.69% from 255) = 71.99%
R=10.28%
G=17.73%
B=71.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29502030.860.7500.20232.767545.49
Hex1D32CB564B014e94b2d
Octal356231312611302435111355
Binary111011100101100101110101101001011010100111010011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D32CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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