Html Css Color HEX #393BAF Persian Blue

📋 copy color: '#393BAF'

red 57 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #393BAF

Tints of Persian Blue #393BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 19.59%
G = 20.27%
B = 60.14%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#393BAF (or 0x393BAF) is known color: Persian Blue. HEX triplet: 39, 3B and AF. RGB value is (57,59,175). Sum of RGB (Red+Green+Blue) = 57+59+175=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #393BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BAF is #C6C450. Grayscale: #474747. Windows color (decimal): -13026385 or 11483961. OLE color: 11483961.

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

Color convert

RGB 57 59 175 -
CMYK 0.67 0.66 0 0.31
HSL 238.98º 0.51% 0.45% -
HSV(B) 238.98º 0.67% 0.69% -
XYZ 10.99 7.09 41.35 -
YUV 71.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 57 59 175 0.67 0.66 0 0.31 238.98 0.51 0.45
Hex 39 3B AF 43 42 0 1F EF 33 2D
Octal 71 73 257 103 102 0 37 357 63 55
Binary 111001 111011 10101111 1000011 1000010 0 11111 11101111 110011 101101

Color Harmonies of #393BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BAF

Black with #393BAF

Text Example


Text Example

White with #393BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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