#1D3CEE

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

Shades of Persian Blue #1D3CEE

Tints of Persian Blue #1D3CEE

Color information

#1D3CEE (or 0x1D3CEE) is unknown color: approx Persian Blue. HEX triplet: 1D, 3C and EE. RGB value is (29,60,238). Sum of RGB (Red+Green+Blue) = 29+60+238=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D3CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3CEE is #E2C311. Grayscale: #464646. Windows color (decimal): -14861074 or 15612957. OLE color: 15612957.

HSL color Cylindrical-coordinate representation of color #1D3CEE: hue angle of 231.1º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3CEE is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2960238-
CMYK0.880.7500.07
HSL231.1º86.01%52.35%-
HSV(B)231.1º87.82%93.33%-
XYZ17.569.6781.83-
YUV71.02222.2398.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.87%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 238 (93.36% from 255) = 72.78%
R=8.87%
G=18.35%
B=72.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal29602380.880.7500.07231.186.0152.35
Hex1D3CEE584B07e75634
Octal35743561301130734712664
Binary1110111110011101110101100010010110111111001111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,60,238); }

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

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

 a { background-color: rgb(29,60,238); }

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

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

 span { border-color: rgb(29,60,238); }

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