Html Css Color HEX #1E34BF Persian Blue

📋 copy color: '#1E34BF'

red 30 ◦ green 52 ◦ blue 191

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

Shades of Persian Blue #1E34BF

Tints of Persian Blue #1E34BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 191 (75% from 255) = 69.96%

R = 10.99%
G = 19.05%
B = 69.96%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E34BF (or 0x1E34BF) is known color: Persian Blue. HEX triplet: 1E, 34 and BF. RGB value is (30,52,191). Sum of RGB (Red+Green+Blue) = 30+52+191=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E34BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E34BF is #E1CB40. Grayscale: #3C3C3C. Windows color (decimal): -14797633 or 12530718. OLE color: 12530718.

HSL color Cylindrical-coordinate representation of color #1E34BF: hue angle of 231.8º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E34BF is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 52 191 -
CMYK 0.84 0.73 0 0.25
HSL 231.8º 0.73% 0.43% -
HSV(B) 231.8º 0.84% 0.75% -
XYZ 11.17 6.49 49.96 -
YUV 61.27 201.21 105.7 -
System Red Green Blue C M Y K H S L
Decimal 30 52 191 0.84 0.73 0 0.25 231.8 0.73 0.43
Hex 1E 34 BF 54 49 0 19 E8 49 2B
Octal 36 64 277 124 111 0 31 350 111 53
Binary 11110 110100 10111111 1010100 1001001 0 11001 11101000 1001001 101011

Color Harmonies of #1E34BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E34BF

Black with #1E34BF

Text Example


Text Example

White with #1E34BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,52,191); }

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

background-color css

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

 a { background-color: rgb(30,52,191); }

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

border-color css

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

 span { border-color: rgb(30,52,191); }

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