Html Css Color HEX #1D3CDC Persian Blue

📋 copy color: '#1D3CDC'

red 29 ◦ green 60 ◦ blue 220

#1D3CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1D3CDC

Tints of Persian Blue #1D3CDC

RGB

 RED value IS 29 (11.72% from 255) = 9.39%

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 220 (86.33% from 255) = 71.2%

R = 9.39%
G = 19.42%
B = 71.2%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D3CDC (or 0x1D3CDC) is known color: Persian Blue. HEX triplet: 1D, 3C and DC. RGB value is (29,60,220). Sum of RGB (Red+Green+Blue) = 29+60+220=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D3CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CDC is #E2C323. Grayscale: #444444. Windows color (decimal): -14861092 or 14433309. OLE color: 14433309.

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

Color convert

RGB 29 60 220 -
CMYK 0.87 0.73 0 0.14
HSL 230.26º 0.77% 0.49% -
HSV(B) 230.26º 0.87% 0.86% -
XYZ 15.04 8.66 68.59 -
YUV 68.97 213.23 99.49 -
System Red Green Blue C M Y K H S L
Decimal 29 60 220 0.87 0.73 0 0.14 230.26 0.77 0.49
Hex 1D 3C DC 57 49 0 E E6 4D 31
Octal 35 74 334 127 111 0 16 346 115 61
Binary 11101 111100 11011100 1010111 1001001 0 1110 11100110 1001101 110001

Color Harmonies of #1D3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3CDC

Black with #1D3CDC

Text Example


Text Example

White with #1D3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3CDC;
 }
 .AnyTagClassName
 {
   color: #1D3CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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