Html Css Color HEX #393BAC Persian Blue

📋 copy color: '#393BAC'

red 57 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #393BAC

Tints of Persian Blue #393BAC

RGB

 RED value IS 57 (22.66% from 255) = 19.79%

 GREEN value IS 59 (23.44% from 255) = 20.49%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 19.79%
G = 20.49%
B = 59.72%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#393BAC (or 0x393BAC) is known color: Persian Blue. HEX triplet: 39, 3B and AC. RGB value is (57,59,172). Sum of RGB (Red+Green+Blue) = 57+59+172=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #393BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BAC is #C6C453. Grayscale: #464646. Windows color (decimal): -13026388 or 11287353. OLE color: 11287353.

HSL color Cylindrical-coordinate representation of color #393BAC: hue angle of 238.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393BAC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 59 172 -
CMYK 0.67 0.66 0 0.33
HSL 238.96º 0.5% 0.45% -
HSV(B) 238.96º 0.67% 0.67% -
XYZ 10.7 6.98 39.81 -
YUV 71.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 57 59 172 0.67 0.66 0 0.33 238.96 0.5 0.45
Hex 39 3B AC 43 42 0 21 EF 32 2D
Octal 71 73 254 103 102 0 41 357 62 55
Binary 111001 111011 10101100 1000011 1000010 0 100001 11101111 110010 101101

Color Harmonies of #393BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BAC

Black with #393BAC

Text Example


Text Example

White with #393BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,59,172); }

 H1.HeaderClassName
 {
   color: #393BAC;
 }
 .AnyTagClassName
 {
   color: #393BAC;
 }
</style>

background-color css

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

 a { background-color: rgb(57,59,172); }

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

border-color css

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

 span { border-color: rgb(57,59,172); }

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