Html Css Color HEX #1E3AC3 Persian Blue

📋 copy color: '#1E3AC3'

red 30 ◦ green 58 ◦ blue 195

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

Shades of Persian Blue #1E3AC3

Tints of Persian Blue #1E3AC3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 195 (76.56% from 255) = 68.9%

R = 10.6%
G = 20.49%
B = 68.9%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1E3AC3 (or 0x1E3AC3) is known color: Persian Blue. HEX triplet: 1E, 3A and C3. RGB value is (30,58,195). Sum of RGB (Red+Green+Blue) = 30+58+195=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 195 (76.56% from 255 or 68.90% from 283); Max value from RGB is 195 - color contains mainly: blue. Hex color #1E3AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3AC3 is #E1C53C. Grayscale: #404040. Windows color (decimal): -14796093 or 12794398. OLE color: 12794398.

HSL color Cylindrical-coordinate representation of color #1E3AC3: hue angle of 229.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3AC3 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 58 195 -
CMYK 0.85 0.70 0 0.24
HSL 229.82º 0.73% 0.44% -
HSV(B) 229.82º 0.85% 0.76% -
XYZ 11.9 7.24 52.4 -
YUV 65.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 30 58 195 0.85 0.70 0 0.24 229.82 0.73 0.44
Hex 1E 3A C3 55 46 0 18 E6 49 2C
Octal 36 72 303 125 106 0 30 346 111 54
Binary 11110 111010 11000011 1010101 1000110 0 11000 11100110 1001001 101100

Color Harmonies of #1E3AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3AC3

Black with #1E3AC3

Text Example


Text Example

White with #1E3AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,58,195); }

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

background-color css

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

 a { background-color: rgb(30,58,195); }

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

border-color css

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

 span { border-color: rgb(30,58,195); }

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