Html Css Color HEX #1E3CCE Persian Blue

📋 copy color: '#1E3CCE'

red 30 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #1E3CCE

Tints of Persian Blue #1E3CCE

RGB

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

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

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

R = 10.14%
G = 20.27%
B = 69.59%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E3CCE (or 0x1E3CCE) is known color: Persian Blue. HEX triplet: 1E, 3C and CE. RGB value is (30,60,206). Sum of RGB (Red+Green+Blue) = 30+60+206=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E3CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3CCE is #E1C331. Grayscale: #434343. Windows color (decimal): -14795570 or 13515806. OLE color: 13515806.

HSL color Cylindrical-coordinate representation of color #1E3CCE: hue angle of 229.77º 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 #1E3CCE is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 60 206 -
CMYK 0.85 0.71 0 0.19
HSL 229.77º 0.75% 0.46% -
HSV(B) 229.77º 0.85% 0.81% -
XYZ 13.29 7.96 59.23 -
YUV 67.67 206.06 101.13 -
System Red Green Blue C M Y K H S L
Decimal 30 60 206 0.85 0.71 0 0.19 229.77 0.75 0.46
Hex 1E 3C CE 55 47 0 13 E6 4B 2E
Octal 36 74 316 125 107 0 23 346 113 56
Binary 11110 111100 11001110 1010101 1000111 0 10011 11100110 1001011 101110

Color Harmonies of #1E3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3CCE

Black with #1E3CCE

Text Example


Text Example

White with #1E3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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