Html Css Color HEX #1D3CCE Persian Blue

📋 copy color: '#1D3CCE'

red 29 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #1D3CCE

Tints of Persian Blue #1D3CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 9.83%
G = 20.34%
B = 69.83%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D3CCE (or 0x1D3CCE) is known color: Persian Blue. HEX triplet: 1D, 3C and CE. RGB value is (29,60,206). Sum of RGB (Red+Green+Blue) = 29+60+206=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D3CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CCE is #E2C331. Grayscale: #424242. Windows color (decimal): -14861106 or 13515805. OLE color: 13515805.

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

Color convert

RGB 29 60 206 -
CMYK 0.86 0.71 0 0.19
HSL 229.49º 0.75% 0.46% -
HSV(B) 229.49º 0.86% 0.81% -
XYZ 13.26 7.95 59.23 -
YUV 67.38 206.23 100.63 -
System Red Green Blue C M Y K H S L
Decimal 29 60 206 0.86 0.71 0 0.19 229.49 0.75 0.46
Hex 1D 3C CE 56 47 0 13 E5 4B 2E
Octal 35 74 316 126 107 0 23 345 113 56
Binary 11101 111100 11001110 1010110 1000111 0 10011 11100101 1001011 101110

Color Harmonies of #1D3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3CCE

Black with #1D3CCE

Text Example


Text Example

White with #1D3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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