Html Css Color HEX #1D3CEC Persian Blue

📋 copy color: '#1D3CEC'

red 29 ◦ green 60 ◦ blue 236

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

Shades of Persian Blue #1D3CEC

Tints of Persian Blue #1D3CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.62%

R = 8.92%
G = 18.46%
B = 72.62%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D3CEC (or 0x1D3CEC) is known color: Persian Blue. HEX triplet: 1D, 3C and EC. RGB value is (29,60,236). Sum of RGB (Red+Green+Blue) = 29+60+236=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D3CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3CEC is #E2C313. Grayscale: #464646. Windows color (decimal): -14861076 or 15481885. OLE color: 15481885.

HSL color Cylindrical-coordinate representation of color #1D3CEC: hue angle of 231.01º degrees, saturation: 0.84, 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 #1D3CEC is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 60 236 -
CMYK 0.88 0.75 0 0.07
HSL 231.01º 0.84% 0.52% -
HSV(B) 231.01º 0.88% 0.93% -
XYZ 17.26 9.55 80.29 -
YUV 70.8 221.23 98.19 -
System Red Green Blue C M Y K H S L
Decimal 29 60 236 0.88 0.75 0 0.07 231.01 0.84 0.52
Hex 1D 3C EC 58 4B 0 7 E7 54 34
Octal 35 74 354 130 113 0 7 347 124 64
Binary 11101 111100 11101100 1011000 1001011 0 111 11100111 1010100 110100

Color Harmonies of #1D3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3CEC

Black with #1D3CEC

Text Example


Text Example

White with #1D3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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