Html Css Color HEX #1E35CF Persian Blue

📋 copy color: '#1E35CF'

red 30 ◦ green 53 ◦ blue 207

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

Shades of Persian Blue #1E35CF

Tints of Persian Blue #1E35CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 207 (81.25% from 255) = 71.38%

R = 10.34%
G = 18.28%
B = 71.38%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E35CF (or 0x1E35CF) is known color: Persian Blue. HEX triplet: 1E, 35 and CF. RGB value is (30,53,207). Sum of RGB (Red+Green+Blue) = 30+53+207=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E35CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E35CF is #E1CA30. Grayscale: #3F3F3F. Windows color (decimal): -14797361 or 13579550. OLE color: 13579550.

HSL color Cylindrical-coordinate representation of color #1E35CF: hue angle of 232.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E35CF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 53 207 -
CMYK 0.86 0.74 0 0.19
HSL 232.2º 0.75% 0.46% -
HSV(B) 232.2º 0.86% 0.81% -
XYZ 13.07 7.33 59.76 -
YUV 63.68 208.88 103.98 -
System Red Green Blue C M Y K H S L
Decimal 30 53 207 0.86 0.74 0 0.19 232.2 0.75 0.46
Hex 1E 35 CF 56 4A 0 13 E8 4B 2E
Octal 36 65 317 126 112 0 23 350 113 56
Binary 11110 110101 11001111 1010110 1001010 0 10011 11101000 1001011 101110

Color Harmonies of #1E35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E35CF

Black with #1E35CF

Text Example


Text Example

White with #1E35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,207); }

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

background-color css

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

 a { background-color: rgb(30,53,207); }

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

border-color css

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

 span { border-color: rgb(30,53,207); }

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