Html Css Color HEX #393BBA Persian Blue

📋 copy color: '#393BBA'

red 57 ◦ green 59 ◦ blue 186

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

Shades of Persian Blue #393BBA

Tints of Persian Blue #393BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 18.87%
G = 19.54%
B = 61.59%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#393BBA (or 0x393BBA) is known color: Persian Blue. HEX triplet: 39, 3B and BA. RGB value is (57,59,186). Sum of RGB (Red+Green+Blue) = 57+59+186=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #393BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BBA is #C6C445. Grayscale: #484848. Windows color (decimal): -13026374 or 12204857. OLE color: 12204857.

HSL color Cylindrical-coordinate representation of color #393BBA: hue angle of 239.07º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #393BBA is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 59 186 -
CMYK 0.69 0.68 0 0.27
HSL 239.07º 0.53% 0.48% -
HSV(B) 239.07º 0.69% 0.73% -
XYZ 12.11 7.54 47.27 -
YUV 72.88 191.84 116.67 -
System Red Green Blue C M Y K H S L
Decimal 57 59 186 0.69 0.68 0 0.27 239.07 0.53 0.48
Hex 39 3B BA 45 44 0 1B EF 35 30
Octal 71 73 272 105 104 0 33 357 65 60
Binary 111001 111011 10111010 1000101 1000100 0 11011 11101111 110101 110000

Color Harmonies of #393BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BBA

Black with #393BBA

Text Example


Text Example

White with #393BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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