Html Css Color HEX #1E36DD Persian Blue

📋 copy color: '#1E36DD'

red 30 ◦ green 54 ◦ blue 221

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

Shades of Persian Blue #1E36DD

Tints of Persian Blue #1E36DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 9.84%
G = 17.7%
B = 72.46%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E36DD (or 0x1E36DD) is known color: Persian Blue. HEX triplet: 1E, 36 and DD. RGB value is (30,54,221). Sum of RGB (Red+Green+Blue) = 30+54+221=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E36DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E36DD is #E1C922. Grayscale: #414141. Windows color (decimal): -14797091 or 14497310. OLE color: 14497310.

HSL color Cylindrical-coordinate representation of color #1E36DD: hue angle of 232.46º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E36DD is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 54 221 -
CMYK 0.86 0.76 0 0.13
HSL 232.46º 0.76% 0.49% -
HSV(B) 232.46º 0.86% 0.87% -
XYZ 14.91 8.13 69.19 -
YUV 65.86 215.55 102.42 -
System Red Green Blue C M Y K H S L
Decimal 30 54 221 0.86 0.76 0 0.13 232.46 0.76 0.49
Hex 1E 36 DD 56 4C 0 D E8 4C 31
Octal 36 66 335 126 114 0 15 350 114 61
Binary 11110 110110 11011101 1010110 1001100 0 1101 11101000 1001100 110001

Color Harmonies of #1E36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E36DD

Black with #1E36DD

Text Example


Text Example

White with #1E36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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