Html Css Color HEX #1E36CE Persian Blue

📋 copy color: '#1E36CE'

red 30 ◦ green 54 ◦ blue 206

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

Shades of Persian Blue #1E36CE

Tints of Persian Blue #1E36CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 10.34%
G = 18.62%
B = 71.03%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E36CE (or 0x1E36CE) is known color: Persian Blue. HEX triplet: 1E, 36 and CE. RGB value is (30,54,206). Sum of RGB (Red+Green+Blue) = 30+54+206=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E36CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E36CE is #E1C931. Grayscale: #3F3F3F. Windows color (decimal): -14797106 or 13514270. OLE color: 13514270.

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

Color convert

RGB 30 54 206 -
CMYK 0.85 0.74 0 0.19
HSL 231.82º 0.75% 0.46% -
HSV(B) 231.82º 0.85% 0.81% -
XYZ 13 7.37 59.13 -
YUV 64.15 208.05 103.64 -
System Red Green Blue C M Y K H S L
Decimal 30 54 206 0.85 0.74 0 0.19 231.82 0.75 0.46
Hex 1E 36 CE 55 4A 0 13 E8 4B 2E
Octal 36 66 316 125 112 0 23 350 113 56
Binary 11110 110110 11001110 1010101 1001010 0 10011 11101000 1001011 101110

Color Harmonies of #1E36CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E36CE

Black with #1E36CE

Text Example


Text Example

White with #1E36CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,54,206); }

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

background-color css

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

 a { background-color: rgb(30,54,206); }

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

border-color css

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

 span { border-color: rgb(30,54,206); }

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