#1D3CB5

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

Shades of Persian Blue #1D3CB5

Tints of Persian Blue #1D3CB5

Color information

#1D3CB5 (or 0x1D3CB5) is unknown color: approx Persian Blue. HEX triplet: 1D, 3C and B5. RGB value is (29,60,181). Sum of RGB (Red+Green+Blue) = 29+60+181=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 181 (71.09% from 255 or 67.04% from 270); Max value from RGB is 181 - color contains mainly: blue. Hex color #1D3CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CB5 is #E2C34A. Grayscale: #404040. Windows color (decimal): -14861131 or 11877405. OLE color: 11877405.

HSL color Cylindrical-coordinate representation of color #1D3CB5: hue angle of 227.76º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D3CB5 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2960181-
CMYK0.840.6700.29
HSL227.76º72.38%41.18%-
HSV(B)227.76º83.98%70.98%-
XYZ10.466.8344.48-
YUV64.53193.73102.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.74%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 181 (71.09% from 255) = 67.04%
R=10.74%
G=22.22%
B=67.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29601810.840.6700.29227.7672.3841.18
Hex1D3CB5544301De44829
Octal357426512410303534411051
Binary111011111001011010110101001000011011101111001001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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