#1d3fde

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

Shades of Persian Blue #1D3FDE

Tints of Persian Blue #1D3FDE

Color information

#1D3FDE (or 0x1D3FDE) is unknown color: approx Persian Blue. HEX triplet: 1D, 3F and DE. RGB value is (29,63,222). Sum of RGB (Red+Green+Blue) = 29+63+222=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D3FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3FDE is #E2C021. Grayscale: #464646. Windows color (decimal): -14860322 or 14565149. OLE color: 14565149.

HSL color Cylindrical-coordinate representation of color #1D3FDE: hue angle of 229.43º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D3FDE is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2963222-
CMYK0.870.7200.13
HSL229.43º76.89%49.22%-
HSV(B)229.43º86.94%87.06%-
XYZ15.479.0970.05-
YUV70.96213.2498.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.24%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 222 (87.11% from 255) = 70.70%
R=9.24%
G=20.06%
B=70.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal29632220.870.7200.13229.4376.8949.22
Hex1D3FDE57480De54d31
Octal357733612711001534511561
Binary11101111111110111101010111100100001101111001011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d3fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,222); }

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

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

 a { background-color: rgb(29,63,222); }

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

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

 span { border-color: rgb(29,63,222); }

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