Html Css Color HEX #393CB7 Persian Blue

📋 copy color: '#393CB7'

red 57 ◦ green 60 ◦ blue 183

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

Shades of Persian Blue #393CB7

Tints of Persian Blue #393CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 61%

R = 19%
G = 20%
B = 61%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#393CB7 (or 0x393CB7) is known color: Persian Blue. HEX triplet: 39, 3C and B7. RGB value is (57,60,183). Sum of RGB (Red+Green+Blue) = 57+60+183=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #393CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CB7 is #C6C348. Grayscale: #484848. Windows color (decimal): -13026121 or 12008505. OLE color: 12008505.

HSL color Cylindrical-coordinate representation of color #393CB7: hue angle of 238.57º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #393CB7 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 60 183 -
CMYK 0.69 0.67 0 0.28
HSL 238.57º 0.53% 0.47% -
HSV(B) 238.57º 0.69% 0.72% -
XYZ 11.85 7.52 45.63 -
YUV 73.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 57 60 183 0.69 0.67 0 0.28 238.57 0.53 0.47
Hex 39 3C B7 45 43 0 1C EF 34 2F
Octal 71 74 267 105 103 0 34 357 64 57
Binary 111001 111100 10110111 1000101 1000011 0 11100 11101111 110100 101111

Color Harmonies of #393CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CB7

Black with #393CB7

Text Example


Text Example

White with #393CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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