Html Css Color HEX #393CAF Persian Blue

📋 copy color: '#393CAF'

red 57 ◦ green 60 ◦ blue 175

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

Shades of Persian Blue #393CAF

Tints of Persian Blue #393CAF

RGB

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

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

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

R = 19.52%
G = 20.55%
B = 59.93%

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

#393CAF (or 0x393CAF) is known color: Persian Blue. HEX triplet: 39, 3C and AF. RGB value is (57,60,175). Sum of RGB (Red+Green+Blue) = 57+60+175=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #393CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CAF is #C6C350. Grayscale: #474747. Windows color (decimal): -13026129 or 11484217. OLE color: 11484217.

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

Color convert

RGB 57 60 175 -
CMYK 0.67 0.66 0 0.31
HSL 238.47º 0.51% 0.45% -
HSV(B) 238.47º 0.67% 0.69% -
XYZ 11.04 7.2 41.36 -
YUV 72.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 57 60 175 0.67 0.66 0 0.31 238.47 0.51 0.45
Hex 39 3C AF 43 42 0 1F EE 33 2D
Octal 71 74 257 103 102 0 37 356 63 55
Binary 111001 111100 10101111 1000011 1000010 0 11111 11101110 110011 101101

Color Harmonies of #393CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CAF

Black with #393CAF

Text Example


Text Example

White with #393CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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