Html Css Color HEX #393BAE Persian Blue

📋 copy color: '#393BAE'

red 57 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #393BAE

Tints of Persian Blue #393BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60%

R = 19.66%
G = 20.34%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#393BAE (or 0x393BAE) is known color: Persian Blue. HEX triplet: 39, 3B and AE. RGB value is (57,59,174). Sum of RGB (Red+Green+Blue) = 57+59+174=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #393BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BAE is #C6C451. Grayscale: #474747. Windows color (decimal): -13026386 or 11418425. OLE color: 11418425.

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

Color convert

RGB 57 59 174 -
CMYK 0.67 0.66 0 0.32
HSL 238.97º 0.51% 0.45% -
HSV(B) 238.97º 0.67% 0.68% -
XYZ 10.89 7.05 40.83 -
YUV 71.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 57 59 174 0.67 0.66 0 0.32 238.97 0.51 0.45
Hex 39 3B AE 43 42 0 20 EF 33 2D
Octal 71 73 256 103 102 0 40 357 63 55
Binary 111001 111011 10101110 1000011 1000010 0 100000 11101111 110011 101101

Color Harmonies of #393BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BAE

Black with #393BAE

Text Example


Text Example

White with #393BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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