#1E38EC

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

Shades of Persian Blue #1E38EC

Tints of Persian Blue #1E38EC

Color information

#1E38EC (or 0x1E38EC) is unknown color: approx Persian Blue. HEX triplet: 1E, 38 and EC. RGB value is (30,56,236). Sum of RGB (Red+Green+Blue) = 30+56+236=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E38EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E38EC is #E1C713. Grayscale: #444444. Windows color (decimal): -14796564 or 15480862. OLE color: 15480862.

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

Color convert

RGB3056236-
CMYK0.870.7600.07
HSL232.43º84.43%52.16%-
HSV(B)232.43º87.29%92.55%-
XYZ17.099.1680.22-
YUV68.75222.39100.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.32%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 236 (92.58% from 255) = 73.29%
R=9.32%
G=17.39%
B=73.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30562360.870.7600.07232.4384.4352.16
Hex1E38EC574C07e85434
Octal36703541271140735012464
Binary1111011100011101100101011110011000111111010001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E38EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,56,236); }

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

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

 a { background-color: rgb(30,56,236); }

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

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

 span { border-color: rgb(30,56,236); }

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