Html Css Color HEX #393ABC Persian Blue

📋 copy color: '#393ABC'

red 57 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #393ABC

Tints of Persian Blue #393ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

 BLUE value IS 188 (73.83% from 255) = 62.05%

R = 18.81%
G = 19.14%
B = 62.05%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#393ABC (or 0x393ABC) is known color: Persian Blue. HEX triplet: 39, 3A and BC. RGB value is (57,58,188). Sum of RGB (Red+Green+Blue) = 57+58+188=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #393ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ABC is #C6C543. Grayscale: #484848. Windows color (decimal): -13026628 or 12335673. OLE color: 12335673.

HSL color Cylindrical-coordinate representation of color #393ABC: hue angle of 239.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393ABC is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 58 188 -
CMYK 0.70 0.69 0 0.26
HSL 239.54º 0.53% 0.48% -
HSV(B) 239.54º 0.7% 0.74% -
XYZ 12.28 7.53 48.38 -
YUV 72.52 193.17 116.93 -
System Red Green Blue C M Y K H S L
Decimal 57 58 188 0.70 0.69 0 0.26 239.54 0.53 0.48
Hex 39 3A BC 46 45 0 1A F0 35 30
Octal 71 72 274 106 105 0 32 360 65 60
Binary 111001 111010 10111100 1000110 1000101 0 11010 11110000 110101 110000

Color Harmonies of #393ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ABC

Black with #393ABC

Text Example


Text Example

White with #393ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,188); }

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

background-color css

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

 a { background-color: rgb(57,58,188); }

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

border-color css

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

 span { border-color: rgb(57,58,188); }

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