Html Css Color HEX #393DAA Persian Blue

📋 copy color: '#393DAA'

red 57 ◦ green 61 ◦ blue 170

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

Shades of Persian Blue #393DAA

Tints of Persian Blue #393DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

 BLUE value IS 170 (66.8% from 255) = 59.03%

R = 19.79%
G = 21.18%
B = 59.03%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#393DAA (or 0x393DAA) is known color: Persian Blue. HEX triplet: 39, 3D and AA. RGB value is (57,61,170). Sum of RGB (Red+Green+Blue) = 57+61+170=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #393DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DAA is #C6C255. Grayscale: #474747. Windows color (decimal): -13025878 or 11156793. OLE color: 11156793.

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

Color convert

RGB 57 61 170 -
CMYK 0.66 0.64 0 0.33
HSL 237.88º 0.5% 0.45% -
HSV(B) 237.88º 0.66% 0.67% -
XYZ 10.61 7.11 38.84 -
YUV 72.23 183.17 117.14 -
System Red Green Blue C M Y K H S L
Decimal 57 61 170 0.66 0.64 0 0.33 237.88 0.5 0.45
Hex 39 3D AA 42 40 0 21 EE 32 2D
Octal 71 75 252 102 100 0 41 356 62 55
Binary 111001 111101 10101010 1000010 1000000 0 100001 11101110 110010 101101

Color Harmonies of #393DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DAA

Black with #393DAA

Text Example


Text Example

White with #393DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,170); }

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

background-color css

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

 a { background-color: rgb(57,61,170); }

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

border-color css

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

 span { border-color: rgb(57,61,170); }

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