Html Css Color HEX #1E37EA Persian Blue

📋 copy color: '#1E37EA'

red 30 ◦ green 55 ◦ blue 234

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

Shades of Persian Blue #1E37EA

Tints of Persian Blue #1E37EA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

 BLUE value IS 234 (91.8% from 255) = 73.35%

R = 9.4%
G = 17.24%
B = 73.35%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E37EA (or 0x1E37EA) is known color: Persian Blue. HEX triplet: 1E, 37 and EA. RGB value is (30,55,234). Sum of RGB (Red+Green+Blue) = 30+55+234=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E37EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E37EA is #E1C815. Grayscale: #434343. Windows color (decimal): -14796822 or 15349534. OLE color: 15349534.

HSL color Cylindrical-coordinate representation of color #1E37EA: hue angle of 232.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E37EA is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 55 234 -
CMYK 0.87 0.76 0 0.08
HSL 232.65º 0.83% 0.52% -
HSV(B) 232.65º 0.87% 0.92% -
XYZ 16.75 8.95 78.69 -
YUV 67.93 221.72 100.95 -
System Red Green Blue C M Y K H S L
Decimal 30 55 234 0.87 0.76 0 0.08 232.65 0.83 0.52
Hex 1E 37 EA 57 4C 0 8 E9 53 34
Octal 36 67 352 127 114 0 10 351 123 64
Binary 11110 110111 11101010 1010111 1001100 0 1000 11101001 1010011 110100

Color Harmonies of #1E37EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E37EA

Black with #1E37EA

Text Example


Text Example

White with #1E37EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,234); }

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

background-color css

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

 a { background-color: rgb(30,55,234); }

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

border-color css

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

 span { border-color: rgb(30,55,234); }

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