Html Css Color HEX #1D3CCD Persian Blue

📋 copy color: '#1D3CCD'

red 29 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #1D3CCD

Tints of Persian Blue #1D3CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 9.86%
G = 20.41%
B = 69.73%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D3CCD (or 0x1D3CCD) is known color: Persian Blue. HEX triplet: 1D, 3C and CD. RGB value is (29,60,205). Sum of RGB (Red+Green+Blue) = 29+60+205=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D3CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CCD is #E2C332. Grayscale: #424242. Windows color (decimal): -14861107 or 13450269. OLE color: 13450269.

HSL color Cylindrical-coordinate representation of color #1D3CCD: hue angle of 229.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3CCD is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 60 205 -
CMYK 0.86 0.71 0 0.20
HSL 229.43º 0.75% 0.46% -
HSV(B) 229.43º 0.86% 0.8% -
XYZ 13.14 7.9 58.59 -
YUV 67.26 205.73 100.71 -
System Red Green Blue C M Y K H S L
Decimal 29 60 205 0.86 0.71 0 0.20 229.43 0.75 0.46
Hex 1D 3C CD 56 47 0 14 E5 4B 2E
Octal 35 74 315 126 107 0 24 345 113 56
Binary 11101 111100 11001101 1010110 1000111 0 10100 11100101 1001011 101110

Color Harmonies of #1D3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3CCD

Black with #1D3CCD

Text Example


Text Example

White with #1D3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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