#1D3ED0

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

Shades of Persian Blue #1D3ED0

Tints of Persian Blue #1D3ED0

Color information

#1D3ED0 (or 0x1D3ED0) is unknown color: approx Persian Blue. HEX triplet: 1D, 3E and D0. RGB value is (29,62,208). Sum of RGB (Red+Green+Blue) = 29+62+208=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D3ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3ED0 is #E2C12F. Grayscale: #444444. Windows color (decimal): -14860592 or 13647389. OLE color: 13647389.

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

Color convert

RGB2962208-
CMYK0.860.7000.18
HSL228.94º75.53%46.47%-
HSV(B)228.94º86.06%81.57%-
XYZ13.618.2660.55-
YUV68.78206.5799.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.70%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 208 (81.64% from 255) = 69.57%
R=9.70%
G=20.74%
B=69.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29622080.860.7000.18228.9475.5346.47
Hex1D3ED05646012e54c2e
Octal357632012610602234511456
Binary111011111101101000010101101000110010010111001011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,62,208); }

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

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

 a { background-color: rgb(29,62,208); }

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

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

 span { border-color: rgb(29,62,208); }

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