Html Css Color HEX #393CAA Persian Blue

📋 copy color: '#393CAA'

red 57 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #393CAA

Tints of Persian Blue #393CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 19.86%
G = 20.91%
B = 59.23%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#393CAA (or 0x393CAA) is known color: Persian Blue. HEX triplet: 39, 3C and AA. RGB value is (57,60,170). Sum of RGB (Red+Green+Blue) = 57+60+170=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #393CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CAA is #C6C355. Grayscale: #474747. Windows color (decimal): -13026134 or 11156537. OLE color: 11156537.

HSL color Cylindrical-coordinate representation of color #393CAA: hue angle of 238.41º 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 #393CAA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 60 170 -
CMYK 0.66 0.65 0 0.33
HSL 238.41º 0.5% 0.45% -
HSV(B) 238.41º 0.66% 0.67% -
XYZ 10.56 7 38.83 -
YUV 71.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 57 60 170 0.66 0.65 0 0.33 238.41 0.5 0.45
Hex 39 3C AA 42 41 0 21 EE 32 2D
Octal 71 74 252 102 101 0 41 356 62 55
Binary 111001 111100 10101010 1000010 1000001 0 100001 11101110 110010 101101

Color Harmonies of #393CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CAA

Black with #393CAA

Text Example


Text Example

White with #393CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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