#1E32C3

Color #1E32C3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1E32C3

Tints of Persian Blue #1E32C3

Color information

#1E32C3 (or 0x1E32C3) is unknown color: approx Persian Blue. HEX triplet: 1E, 32 and C3. RGB value is (30,50,195). Sum of RGB (Red+Green+Blue) = 30+50+195=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #1E32C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E32C3 is #E1CD3C. Grayscale: #3B3B3B. Windows color (decimal): -14798141 or 12792350. OLE color: 12792350.

HSL color Cylindrical-coordinate representation of color #1E32C3: hue angle of 232.73º 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 #1E32C3 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3050195-
CMYK0.850.7400.24
HSL232.73º73.33%44.12%-
HSV(B)232.73º84.62%76.47%-
XYZ11.536.552.28-
YUV60.55203.87106.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 195 (76.56% from 255) = 70.91%
R=10.91%
G=18.18%
B=70.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30501950.850.7400.24232.7373.3344.12
Hex1E32C3554A018e9492c
Octal366230312511203035111154
Binary111101100101100001110101011001010011000111010011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E32C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E32C3;
 }
 .AnyTagClassName
 {
   color: #1E32C3;
 }
</style>
background-color css

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

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

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

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

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

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