#393ABB

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

Shades of Persian Blue #393ABB

Tints of Persian Blue #393ABB

Color information

#393ABB (or 0x393ABB) is unknown color: approx Persian Blue. HEX triplet: 39, 3A and BB. RGB value is (57,58,187). Sum of RGB (Red+Green+Blue) = 57+58+187=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #393ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ABB is #C6C544. Grayscale: #474747. Windows color (decimal): -13026629 or 12270137. OLE color: 12270137.

HSL color Cylindrical-coordinate representation of color #393ABB: hue angle of 239.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393ABB is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5758187-
CMYK0.700.6900.27
HSL239.54º53.28%47.84%-
HSV(B)239.54º69.52%73.33%-
XYZ12.177.4847.82-
YUV72.41192.67117.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=18.87%
G=19.21%
B=61.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57581870.700.6900.27239.5453.2847.84
Hex393ABB464501Bf03530
Octal71722731061050333606560
Binary111001111010101110111000110100010101101111110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393ABB; }

 p { color: rgb(57,58,187); }

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

<style>
 a { background-color: #393ABB; }

 a { background-color: rgb(57,58,187); }

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

<style>
 span { border-color: #393ABB; }

 span { border-color: rgb(57,58,187); }

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