#1e33d0

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

Shades of Persian Blue #1E33D0

Tints of Persian Blue #1E33D0

Color information

#1E33D0 (or 0x1E33D0) is unknown color: approx Persian Blue. HEX triplet: 1E, 33 and D0. RGB value is (30,51,208). Sum of RGB (Red+Green+Blue) = 30+51+208=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #1E33D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E33D0 is #E1CC2F. Grayscale: #3D3D3D. Windows color (decimal): -14797872 or 13644574. OLE color: 13644574.

HSL color Cylindrical-coordinate representation of color #1E33D0: hue angle of 232.92º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E33D0 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3051208-
CMYK0.860.7500.18
HSL232.92º74.79%46.67%-
HSV(B)232.92º85.58%81.57%-
XYZ13.17.260.37-
YUV62.62210.04104.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 208 (81.64% from 255) = 71.97%
R=10.38%
G=17.65%
B=71.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30512080.860.7500.18232.9274.7946.67
Hex1E33D0564B012e94b2f
Octal366332012611302235111357
Binary111101100111101000010101101001011010010111010011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e33d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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