Html Css Color HEX #393ABB Persian Blue

📋 copy color: '#393ABB'

red 57 ◦ green 58 ◦ blue 187

#393ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #393ABB

Tints of Persian Blue #393ABB

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 value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#393ABB (or 0x393ABB) is known color: 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

RGB 57 58 187 -
CMYK 0.70 0.69 0 0.27
HSL 239.54º 0.53% 0.48% -
HSV(B) 239.54º 0.7% 0.73% -
XYZ 12.17 7.48 47.82 -
YUV 72.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 57 58 187 0.70 0.69 0 0.27 239.54 0.53 0.48
Hex 39 3A BB 46 45 0 1B F0 35 30
Octal 71 72 273 106 105 0 33 360 65 60
Binary 111001 111010 10111011 1000110 1000101 0 11011 11110000 110101 110000

Color Harmonies of #393ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ABB

Black with #393ABB

Text Example


Text Example

White with #393ABB

Text Example


Text Example

HTML Codes & Css Web 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>