#1E33EF

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

Shades of Persian Blue #1E33EF

Tints of Persian Blue #1E33EF

Color information

#1E33EF (or 0x1E33EF) is unknown color: approx Persian Blue. HEX triplet: 1E, 33 and EF. RGB value is (30,51,239). Sum of RGB (Red+Green+Blue) = 30+51+239=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E33EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E33EF is #E1CC10. Grayscale: #414141. Windows color (decimal): -14797841 or 15676190. OLE color: 15676190.

HSL color Cylindrical-coordinate representation of color #1E33EF: hue angle of 233.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E33EF is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3051239-
CMYK0.870.7900.06
HSL233.97º86.72%52.75%-
HSV(B)233.97º87.45%93.73%-
XYZ17.38.8882.46-
YUV66.15225.54102.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.38%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 239 (93.75% from 255) = 74.69%
R=9.38%
G=15.94%
B=74.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30512390.870.7900.06233.9786.7252.75
Hex1E33EF574F06ea5735
Octal36633571271170635212765
Binary1111011001111101111101011110011110110111010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E33EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,239); }

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

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

 a { background-color: rgb(30,51,239); }

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

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

 span { border-color: rgb(30,51,239); }

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