Html Css Color HEX #1E3DC8 Persian Blue

📋 copy color: '#1E3DC8'

red 30 ◦ green 61 ◦ blue 200

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

Shades of Persian Blue #1E3DC8

Tints of Persian Blue #1E3DC8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.96%

 BLUE value IS 200 (78.52% from 255) = 68.73%

R = 10.31%
G = 20.96%
B = 68.73%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1E3DC8 (or 0x1E3DC8) is known color: Persian Blue. HEX triplet: 1E, 3D and C8. RGB value is (30,61,200). Sum of RGB (Red+Green+Blue) = 30+61+200=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 200 (78.52% from 255 or 68.73% from 291); Max value from RGB is 200 - color contains mainly: blue. Hex color #1E3DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3DC8 is #E1C237. Grayscale: #424242. Windows color (decimal): -14795320 or 13122846. OLE color: 13122846.

HSL color Cylindrical-coordinate representation of color #1E3DC8: hue angle of 229.06º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3DC8 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 30 61 200 -
CMYK 0.85 0.69 0 0.22
HSL 229.06º 0.74% 0.45% -
HSV(B) 229.06º 0.85% 0.78% -
XYZ 12.63 7.78 55.48 -
YUV 67.58 202.73 101.2 -
System Red Green Blue C M Y K H S L
Decimal 30 61 200 0.85 0.69 0 0.22 229.06 0.74 0.45
Hex 1E 3D C8 55 45 0 16 E5 4A 2D
Octal 36 75 310 125 105 0 26 345 112 55
Binary 11110 111101 11001000 1010101 1000101 0 10110 11100101 1001010 101101

Color Harmonies of #1E3DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3DC8

Black with #1E3DC8

Text Example


Text Example

White with #1E3DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,61,200); }

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

background-color css

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

 a { background-color: rgb(30,61,200); }

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

border-color css

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

 span { border-color: rgb(30,61,200); }

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