Html Css Color HEX #1E32CD Persian Blue

📋 copy color: '#1E32CD'

red 30 ◦ green 50 ◦ blue 205

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

Shades of Persian Blue #1E32CD

Tints of Persian Blue #1E32CD

RGB

 RED value IS 30 (12.11% from 255) = 10.53%

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 10.53%
G = 17.54%
B = 71.93%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E32CD (or 0x1E32CD) is known color: Persian Blue. HEX triplet: 1E, 32 and CD. RGB value is (30,50,205). Sum of RGB (Red+Green+Blue) = 30+50+205=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E32CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E32CD is #E1CD32. Grayscale: #3D3D3D. Windows color (decimal): -14798131 or 13447710. OLE color: 13447710.

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

Color convert

RGB 30 50 205 -
CMYK 0.85 0.76 0 0.20
HSL 233.14º 0.74% 0.46% -
HSV(B) 233.14º 0.85% 0.8% -
XYZ 12.7 6.97 58.43 -
YUV 61.69 208.87 105.4 -
System Red Green Blue C M Y K H S L
Decimal 30 50 205 0.85 0.76 0 0.20 233.14 0.74 0.46
Hex 1E 32 CD 55 4C 0 14 E9 4A 2E
Octal 36 62 315 125 114 0 24 351 112 56
Binary 11110 110010 11001101 1010101 1001100 0 10100 11101001 1001010 101110

Color Harmonies of #1E32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E32CD

Black with #1E32CD

Text Example


Text Example

White with #1E32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,50,205); }

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

background-color css

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

 a { background-color: rgb(30,50,205); }

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

border-color css

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

 span { border-color: rgb(30,50,205); }

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